*** empty log message ***
authorayin <ayin>
Tue, 31 Jul 2007 18:13:26 +0000 (18:13 +0000)
committerayin <ayin>
Tue, 31 Jul 2007 18:13:26 +0000 (18:13 +0000)
configure.ac

index 74a9dfd668ef88812e4d0a27b590b253c678d52d..013cc7eae6463b7d5e5f34fcef0180cd5868b79e 100644 (file)
@@ -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