Fixed non-Gnome compilation; gobject requirement was missing.
authorlace <>
Tue, 27 Jun 2006 11:54:29 +0000 (11:54 +0000)
committerlace <>
Tue, 27 Jun 2006 11:54:29 +0000 (11:54 +0000)
configure.ac

index 51cc945..7cc0d65 100644 (file)
@@ -210,7 +210,7 @@ gsize r;
 ])
 
 dnl Do not use PKG_CHECK_MODULES() as it would not set 'GLIB_GENMARSHAL' etc.
-AM_PATH_GLIB_2_0(,,[AC_MSG_ERROR([UDPGate requires glib-2.0 library.])],[])
+AM_PATH_GLIB_2_0(,,[AC_MSG_ERROR([UDPGate requires glib-2.0 library.])],[gobject])
 dnl Force glib for the whole package
 CFLAGS="$CFLAGS $GLIB_CFLAGS"
 LIBS="$LIBS $GLIB_LIBS"