Comment 3 for bug 1164959

Revision history for this message
Aleksander Morgado (aleksander-m) wrote :

Instead of the configure checks, better just use:

#if GLIB_CHECK_VERSION (2,32,0)
      something
#endif

And, instead of:
   #include "../src/common/jardin_macros.h"
Better maybe add the common dir to CPPFLAGS?