aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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?)
61fi 61fi
62 62
63# check for GIO (GLib >= 2.16)
64PKG_CHECK_MODULES(GIO, gio-2.0, [AC_DEFINE(HAVE_GIO,1, GIO found
65(optional))])
66
63 67
64CFLAGS="-Wall $CFLAGS" 68CFLAGS="-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