From 0767ab47f22cc07fb367162f1c8b802da61e1643 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 15 Nov 2002 22:54:01 +0000 Subject: [PATCH] cleaner --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1