From 419ac4ef2b4c733e7d586ff5f3322e52ac6f6ae6 Mon Sep 17 00:00:00 2001 From: lace <> Date: Tue, 27 Jun 2006 11:54:29 +0000 Subject: [PATCH] Fixed non-Gnome compilation; gobject requirement was missing. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 51cc945..7cc0d65 100644 --- a/configure.ac +++ b/configure.ac @@ -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" -- 1.8.3.1