repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 1e6873e869161f3d0531e4928a571c04480cb200:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 1e6873e869161f3d0531e4928a571c04480cb200
Author: Emanuele Giaquinta 
Date:   Tue Jun 26 09:30:04 2007 +0000

    *** empty log message ***

diff --git a/configure.ac b/configure.ac
index 343f0e1b751d4ad220b3a7235c2a8ed0c5a2d7f6..
index ..975aba9ccbf8ff60a5c54153396c7d2261235bb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -840,9 +840,6 @@ 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
@@ -952,6 +949,10 @@ 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)

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