From: ayin Date: Thu, 2 Aug 2007 00:19:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e9ebec16a894dd1f4110471896620f4f9c290e22;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/configure.ac b/configure.ac index 47e12198..3b64ab09 100644 --- a/configure.ac +++ b/configure.ac @@ -943,14 +943,6 @@ echo "Configuration: Compiler flags: $CXXFLAGS Linker: $LINKER" -if test x$support_afterimage = xyes; then - echo " AfterImage support: yes" -fi - -dnl if test x$support_afterstep = xyes; then -dnl echo " AfterStep integration: yes" -dnl fi - if test x$term != x; then echo " set TERM to: $term" fi @@ -965,6 +957,7 @@ fi echo echo " embedded perl: $support_perl" echo " libafterimage: $support_afterimage" +dnl echo " AfterStep integration: $support_afterstep" echo if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then echo ".----------------------------------------------------------------."