diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 982b73bd..b5ffcf17 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -60,6 +60,10 @@ else | |||
60 | AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?) | 60 | AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?) |
61 | fi | 61 | fi |
62 | 62 | ||
63 | # check for GIO (GLib >= 2.16) | ||
64 | PKG_CHECK_MODULES(GIO, gio-2.0, [AC_DEFINE(HAVE_GIO,1, GIO found | ||
65 | (optional))]) | ||
66 | |||
63 | 67 | ||
64 | CFLAGS="-Wall $CFLAGS" | 68 | CFLAGS="-Wall $CFLAGS" |
65 | # use '-fno-strict-aliasing', but only if the compiler can take it | 69 | # use '-fno-strict-aliasing', but only if the compiler can take it |