--- rxvt-unicode/configure 2010/09/02 15:51:55 1.134 +++ rxvt-unicode/configure 2010/10/15 14:08:39 1.135 @@ -4663,7 +4663,6 @@ support_scroll_xterm=yes support_xim=yes support_afterimage=yes -support_afterstep=yes support_xft=yes support_unicode3=no support_combining=yes @@ -4695,7 +4694,6 @@ support_wtmp=no support_xim=no support_afterimage=no - support_afterstep=no support_xft=no support_unicode3=no support_combining=no @@ -4723,7 +4721,6 @@ support_wtmp=yes support_xim=yes support_afterimage=yes - support_afterstep=yes support_xft=yes support_unicode3=yes support_combining=yes @@ -4848,7 +4845,6 @@ fi - # Check whether --enable-pixbuf was given. if test "${enable_pixbuf+set}" = set; then : enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then @@ -6235,6 +6231,8 @@ fi +image_lib=none + PIXBUF_CFLAGS= PIXBUF_LIBS= @@ -6292,6 +6290,7 @@ if test x$support_pixbuf = xyes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } + image_lib=gdk-pixbuf support_afterimage=no $as_echo "#define HAVE_PIXBUF 1" >>confdefs.h @@ -6379,6 +6378,7 @@ if test "x$support_afterimage" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5 $as_echo "$AFTERIMAGE_LIBS" >&6; } + image_lib=libafterimage $as_echo "#define HAVE_AFTERIMAGE 1" >>confdefs.h @@ -7930,6 +7930,7 @@ $as_echo "#define ENABLE_TRANSPARENCY 1" >>confdefs.h + test x$support_xft = xyes && LIBS="$LIBS -lm" fi if test x$support_keepscrolling = xno; then @@ -7957,7 +7958,6 @@ fi - scrolltypes=plain $as_echo "#define PLAIN_SCROLLBAR 1" >>confdefs.h @@ -9461,7 +9461,7 @@ fi echo echo " embedded perl: $support_perl" -echo " libafterimage: $support_afterimage" +echo " image library: $image_lib" echo if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then echo ".----------------------------------------------------------------."