aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback/glib-2.0.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal-fallback/glib-2.0.m4')
-rw-r--r--aclocal-fallback/glib-2.0.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal-fallback/glib-2.0.m4 b/aclocal-fallback/glib-2.0.m4
index f6b58396b1..6d37a33a1b 100644
--- a/aclocal-fallback/glib-2.0.m4
+++ b/aclocal-fallback/glib-2.0.m4
@@ -67,6 +67,7 @@ AC_ARG_ENABLE(glibtest, [ --disable-glibtest do not try to compile and run
GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0`
GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
+ AC_WIRESHARK_GCC_SYSTEM_INCLUDE(GLIB_CFLAGS)
GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`