mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
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:
parent
df31e239a9
commit
607e5a567c
@ -211,8 +211,6 @@ fi
|
|||||||
|
|
||||||
if test "$gtkfe" != yes; then
|
if test "$gtkfe" != yes; then
|
||||||
gnome=no
|
gnome=no
|
||||||
COMMON_LIBS="$GLIB_LIBS"
|
|
||||||
COMMON_CFLAGS="$GLIB_CFLAGS"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl *********************************************************************
|
dnl *********************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user