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.
This commit is contained in:
hasufell 2013-05-09 01:48:10 +02:00
parent df31e239a9
commit 607e5a567c
1 changed files with 0 additions and 2 deletions

View File

@ -211,8 +211,6 @@ fi
if test "$gtkfe" != yes; then
gnome=no
COMMON_LIBS="$GLIB_LIBS"
COMMON_CFLAGS="$GLIB_CFLAGS"
fi
dnl *********************************************************************