Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top