From 607e5a567cc0f126c48832fd452664b293cdda99 Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 9 May 2013 01:48:10 +0200 Subject: [PATCH] CONFIGURE: fix undefined reference to `g_type_init' These two assignments have no place here and will overwrite the previous COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0". This can lead to build failure during linking stage depending on the chosen configure options. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 98cea144..bee4ff41 100644 --- a/configure.ac +++ b/configure.ac @@ -211,8 +211,6 @@ fi if test "$gtkfe" != yes; then gnome=no - COMMON_LIBS="$GLIB_LIBS" - COMMON_CFLAGS="$GLIB_CFLAGS" fi dnl *********************************************************************