From 74b7c0414f0cf4799f694d2a77b5de1346ecd4da Mon Sep 17 00:00:00 2001 From: ayin Date: Sat, 4 Aug 2007 10:46:22 +0000 Subject: [PATCH] perl deps are handled in rxvt.h. --- configure.ac | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 8d18ffd8..a987955c 100644 --- a/configure.ac +++ b/configure.ac @@ -765,6 +765,9 @@ fi if test x$support_selectionscrolling = xyes; then AC_DEFINE(SELECTION_SCROLLING, 1, Define to allow scrolling when the selection moves to the top or bottom of the screen) fi +if test x$support_frills = xyes; then + AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features) +fi if test x$support_mousewheel = xyes; then AC_DEFINE(MOUSE_WHEEL, 1, Define to use wheel events (button4 and button5) to scroll) fi @@ -867,14 +870,6 @@ AC_SUBST(PERL) AC_SUBST(IF_PERL) AC_SUBST(PERL_O) -if test x$support_perl = xyes; then - support_frills=yes -fi - -if test x$support_frills = xyes; then - AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features) -fi - AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) -- 2.34.1