repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 731c925b39e5c33d927e42b515d1fcbd574e35ea:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 731c925b39e5c33d927e42b515d1fcbd574e35ea
Author: Emanuele Giaquinta 
Date:   Tue Jul 31 18:13:26 2007 +0000

    *** empty log message ***

diff --git a/configure.ac b/configure.ac
index 74a9dfd668ef88812e4d0a27b590b253c678d52d..
index ..013cc7eae6463b7d5e5f34fcef0180cd5868b79e 100644
--- 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-----