From: ayin Date: Sat, 9 Jun 2007 11:27:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=073148078acaa04df820fd3ff2c9900fe8cb0b89;p=dana%2Furxvt.git *** empty log message *** --- 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