We need both gthread and gmodule.

svn path=/trunk/; revision=37101
This commit is contained in:
Jeff Morriss 2011-05-12 20:35:13 +00:00
parent 8e99ec73a2
commit 86f69833bf
1 changed files with 3 additions and 3 deletions

View File

@ -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