From 709f198a8624083fdaaf07204a7e7a8724a3e571 Mon Sep 17 00:00:00 2001 From: ayin Date: Sat, 9 Jun 2007 11:15:38 +0000 Subject: [PATCH] *** empty log message *** --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9043e30f..0fd5cc67 100644 --- a/configure.ac +++ b/configure.ac @@ -239,7 +239,9 @@ AC_ARG_ENABLE(afterimage, support_afterimage=$enableval fi]) -AC_ARG_WITH(afterimage_config, [ --with-afterimage-config=DIR use libAfterImage config script in DIR], afterimage_config="$withval",afterimage_config=NO) +AC_ARG_WITH(afterimage_config, + [ --with-afterimage-config=DIR use libAfterImage config script in DIR], + [afterimage_config="$withval"]) AC_ARG_ENABLE(afterstep, [ --enable-afterstep enable integration with AfterStep window manager], @@ -470,7 +472,7 @@ have_afterimage= if test x$support_afterimage == xyes; then AC_MSG_CHECKING(installed libAfterImage) support_afterimage=no - if test "$afterimage_config" = "NO" ; then + if test "x$afterimage_config" = "x" ; then if afterimage-config --version > /dev/null 2>&1 ; then afterimage_config=afterimage-config else -- 2.34.1