aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-05-12 20:35:13 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-05-12 20:35:13 +0000
commit86f69833bfb7439ccec0745fdcfa199225c16b05 (patch)
tree5acf45fb09e50e30fe6ea46db8173b257b8aa229 /configure.in
parent8e99ec73a29f53465c3a5d943f655de91fe7930e (diff)
We need both gthread and gmodule.
svn path=/trunk/; revision=37101
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 3aab467d2a..a121e24f61 100644
--- a/configure.in
+++ b/configure.in
@@ -829,7 +829,7 @@ if test "$GTK_OK" = "no" ; then
[
CFLAGS="$CFLAGS $GLIB_CFLAGS"
CXXFLAGS="$CXXFLAGS $GLIB_CFLAGS"
- ], AC_MSG_ERROR(GLib 2.4 or later distribution not found.), gthread)
+ ], AC_MSG_ERROR(GLib 2.4 or later distribution not found.), gthread gmodule)
else
#
# We have GTK+, and thus will be building Wireshark unless the
@@ -839,7 +839,7 @@ else
wireshark_man="wireshark.1"
wireshark_SUBDIRS="codecs gtk"
# Don't use GLIB_CFLAGS
- AM_PATH_GLIB_2_0(2.4.0, , AC_MSG_ERROR(GLib 2.4 or later distribution not found.), gthread)
+ AM_PATH_GLIB_2_0(2.4.0, , AC_MSG_ERROR(GLib 2.4 or later distribution not found.), gthread gmodule)
fi
#
@@ -1276,7 +1276,7 @@ else
else
if test "x$ac_cv_func_inflatePrime" = "xno" ; then
AC_MSG_RESULT(inflatePrime not found in zlib - disabling gzipped capture file support)
- fi
+ fi
fi
fi