We need both gthread and gmodule.
authorJeff Morriss <jeff.morriss@ulticom.com>
Thu, 12 May 2011 20:35:13 +0000 (20:35 -0000)
committerJeff Morriss <jeff.morriss@ulticom.com>
Thu, 12 May 2011 20:35:13 +0000 (20:35 -0000)
svn path=/trunk/; revision=37101

configure.in

index 3aab467d2a6f176d3e149083a097dbfdbbf0ea12..a121e24f61c96d254a2b385dc59ed861bab2e6a1 100644 (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