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