*** empty log message ***
authorayin <ayin>
Sat, 9 Jun 2007 11:27:43 +0000 (11:27 +0000)
committerayin <ayin>
Sat, 9 Jun 2007 11:27:43 +0000 (11:27 +0000)
configure.ac

index f8286af..f35b9a0 100644 (file)
@@ -469,7 +469,7 @@ LIBAFTERIMAGE_CFLAGS=
 AFTERIMAGE_LIBS=
 have_afterimage=
 
-if test x$support_afterimage == xyes; then
+if test x$support_afterimage = xyes; then
   AC_MSG_CHECKING(installed libAfterImage)
   support_afterimage=no
   if test "x$afterimage_config" = "x" ; then
@@ -488,7 +488,7 @@ if test x$support_afterimage == xyes; then
   if test "x$support_afterimage" = "xyes"; then
     AC_MSG_RESULT($AFTERIMAGE_LIBS)
   else
-    AC_MSG_RESULT(afterimage-config not found in $afterimage_config - can't use libAfterImage for images.)
+    AC_MSG_RESULT(afterimage-config not found - can't use libAfterImage for images.)
   fi
 fi