Search code examples
coptional-parameterslibexif

libexif make optional


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


Solution

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