views:

21

answers:

1

Hello,

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  A: 

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

Praveen S