From: Dana Jansens Date: Fri, 15 Nov 2002 22:54:01 +0000 (+0000) Subject: cleaner X-Git-Tag: openbox-2_1_3^2~14 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0767ab47f22cc07fb367162f1c8b802da61e1643;p=dana%2Fopenbox.git cleaner --- diff --git a/configure.in b/configure.in index 9e776f95..b65da052 100644 --- a/configure.in +++ b/configure.in @@ -164,7 +164,7 @@ if test "$enableval" = "yes"; then , XftFont foo, AC_MSG_RESULT([yes]) XFT="yes" - test "${XFT2}" = "yes" || LIBS="${LIBS} -lXft" + test "$XFT2" = "yes" || LIBS="$LIBS -lXft" dnl Check for utf8 support in the Xft library dnl AC_CHECK_LIB(Xft, XftDrawStringUtf8,