From 4706a89c722c7660daa97d98b556e604f4ba924c Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sat, 18 Mar 2006 21:52:10 +0000 Subject: [PATCH] Use gtk2 by default. SVN revision: 21386 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 2c5a1e4..f3b2325 100644 --- a/configure.in +++ b/configure.in @@ -12,8 +12,8 @@ AC_PROG_MAKE_SET dnl Checks for libraries. AC_ARG_ENABLE(gtk2, - [ --enable-gtk2=[no/yes] enables the gtk2 GUI (default=no)],, - enable_gtk2=no) + [ --enable-gtk2=[no/yes] enables the gtk2 GUI (default=yes)],, + enable_gtk2=yes) if [ ! test "x$enable_gtk2" != "xyes"]; then pkg_modules="gtk+-2.0 >= 2.0.0"