Applied another linuxism patch from Frederic Devernay.
This commit is contained in:
10
configure.in
10
configure.in
@@ -221,11 +221,11 @@ fi
|
|||||||
|
|
||||||
dnl Some ugly hack; if '-lgnomesupport' is part of $GNOME_LIBS,
|
dnl Some ugly hack; if '-lgnomesupport' is part of $GNOME_LIBS,
|
||||||
dnl we include it here.
|
dnl we include it here.
|
||||||
echo "$GNOME_LIBS" | grep -q -e '-lgnomesupport'
|
case "$GNOME_LIBS" in
|
||||||
if test $? = 0 ; then
|
'*-lgnomesupport*' )
|
||||||
LIBSUPPORT="$GNOME_LIBDIR -lgnomesupport"
|
LIBSUPPORT="$GNOME_LIBDIR -lgnomesupport"
|
||||||
SUPPORTINCS="$GNOME_INCLUDEDIR"
|
SUPPORTINCS="$GNOME_INCLUDEDIR" ;;
|
||||||
fi
|
esac
|
||||||
AC_SUBST(LIBSUPPORT)
|
AC_SUBST(LIBSUPPORT)
|
||||||
AC_SUBST(SUPPORTINCS)
|
AC_SUBST(SUPPORTINCS)
|
||||||
|
|
||||||
@@ -260,7 +260,7 @@ fi
|
|||||||
|
|
||||||
AC_SUBST(libgtop_guile_found)
|
AC_SUBST(libgtop_guile_found)
|
||||||
|
|
||||||
if test -z $LIBGTOP_EXTRA_LIBS ; then
|
if test -z "$LIBGTOP_EXTRA_LIBS" ; then
|
||||||
LIBGTOP_EXTRA_LIBS="$libs_xauth"
|
LIBGTOP_EXTRA_LIBS="$libs_xauth"
|
||||||
else
|
else
|
||||||
LIBGTOP_EXTRA_LIBS="$LIBGTOP_EXTRA_LIBS $libs_xauth"
|
LIBGTOP_EXTRA_LIBS="$LIBGTOP_EXTRA_LIBS $libs_xauth"
|
||||||
|
Reference in New Issue
Block a user