summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 20:06:33 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-25 20:06:33 +0000
commit9cb2e270d67ed2beae24313613fb3cc7995c1cc5 (patch)
tree78f8485b6ee3e409ed0c7576dfb0e79359ddef70
parentfd95d841b8c264165107652a87c3948e69378819 (diff)
downloadwireshark-9cb2e270d67ed2beae24313613fb3cc7995c1cc5.tar.gz
Of course I forgot to test the normal/default case (where no --with arguments
are given)... Actually default --with-gtk2 to "yes". svn path=/trunk/; revision=50149
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d58e7c68de..6516c7d371 100644
--- a/configure.ac
+++ b/configure.ac
@@ -409,7 +409,7 @@ AC_ARG_WITH([qt],
AC_ARG_WITH([gtk2],
AC_HELP_STRING( [--with-gtk2=@<:@yes/no@:>@],
[use GTK+ 2.0 @<:@default=yes@:>@]),
- with_gtk2="$withval", with_gtk2="no")
+ with_gtk2="$withval", with_gtk2="yes")
AC_ARG_WITH([gtk3],
AC_HELP_STRING( [--with-gtk3=@<:@yes/no@:>@],