From 073148078acaa04df820fd3ff2c9900fe8cb0b89 Mon Sep 17 00:00:00 2001 From: ayin Date: Sat, 9 Jun 2007 11:27:43 +0000 Subject: [PATCH] *** empty log message *** --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f8286afb..f35b9a0e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1