repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 731c925b39e5c33d927e42b515d1fcbd574e35ea: path_to: revision_to:
commit 731c925b39e5c33d927e42b515d1fcbd574e35ea Author: Emanuele GiaquintaDate: Tue Jul 31 18:13:26 2007 +0000 *** empty log message *** diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -471,7 +471,7 @@ if test x$support_afterimage = xyes; then
fi
AC_MSG_CHECKING(for libAfterImage version >= 1.15)
AFTERIMAGE_VERSION=`$afterimage_config --version`
- if test -n $AFTERIMAGE_VERSION ; then
+ if test -n "$AFTERIMAGE_VERSION" ; then
AFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
AFTERIMAGE_LIBS=`$afterimage_config --libs`
if test "x$AFTERIMAGE_LIBS" != "x"; then
-----END OF PAGE-----