repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 01e7608bfc340448b619782babab2880a53318fa: path_to: revision_to:
commit 01e7608bfc340448b619782babab2880a53318fa Author: Emanuele GiaquintaDate: Mon Jun 11 17:36:47 2007 +0000 *** empty log message *** diff --git a/configure.ac b/configure.ac
--- 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-----