repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 01e7608bfc340448b619782babab2880a53318fa:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 01e7608bfc340448b619782babab2880a53318fa
Author: Emanuele Giaquinta 
Date:   Mon Jun 11 17:36:47 2007 +0000

    *** empty log message ***

diff --git a/configure.ac b/configure.ac
index 6be7c98ecf872b51a547b7bb1c7c03deacf733b9..
index ..03abbbd253b54e9237d7d45d938d02759864e0fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -241,7 +241,9 @@ AC_ARG_ENABLE(afterimage,

 AC_ARG_WITH(afterimage_config,
   [  --with-afterimage-config=DIR  use libAfterImage config script in DIR],
-  [afterimage_config="$withval"])
+  [if test "x$withval" != x; then
+    afterimage_config=$withval/afterimage-config
+  fi])

 AC_ARG_ENABLE(afterstep,
   [  --enable-afterstep enable integration with AfterStep window manager],
@@ -474,8 +476,6 @@ if test x$support_afterimage = xyes; then

   if test "x$afterimage_config" = "x" ; then
     AC_PATH_PROG(afterimage_config, afterimage-config, no)
-  else
-    afterimage_config=$afterimage_config/afterimage-config
   fi

   AC_MSG_CHECKING(for libAfterImage)

-----END OF PAGE-----