Use gtk2 by default.

SVN revision: 21386
This commit is contained in:
Kim Woelders 2006-03-18 21:52:10 +00:00
parent 318e555c45
commit 4706a89c72
1 changed files with 2 additions and 2 deletions

View File

@ -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"