libexif make optional

154 Views Asked by At

I use libexif in my C/gtk+ application. But i want to make it optional. What must i to write in my configure file for to do this?

Thank you

1

There are 1 best solutions below

0
On BEST ANSWER

You can check conditional compilation here. And define the calls under those flags.