cleaner
authorDana Jansens <danakj@orodu.net>
Fri, 15 Nov 2002 22:54:01 +0000 (22:54 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 15 Nov 2002 22:54:01 +0000 (22:54 +0000)
configure.in

index 9e776f952b13cdb13ba4c546d7440b14f7705871..b65da052759b20fd700dc3302cd107a8ec9ed112 100644 (file)
@@ -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,