0

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
0xAX
  • 20,957
  • 26
  • 117
  • 206

1 Answers1

1

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

Praveen S
  • 10,355
  • 2
  • 43
  • 69