diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-06-25 20:06:33 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-06-25 20:06:33 +0000 |
commit | 9cb2e270d67ed2beae24313613fb3cc7995c1cc5 (patch) | |
tree | 78f8485b6ee3e409ed0c7576dfb0e79359ddef70 /configure.ac | |
parent | fd95d841b8c264165107652a87c3948e69378819 (diff) | |
download | wireshark-9cb2e270d67ed2beae24313613fb3cc7995c1cc5.tar.gz wireshark-9cb2e270d67ed2beae24313613fb3cc7995c1cc5.tar.bz2 wireshark-9cb2e270d67ed2beae24313613fb3cc7995c1cc5.zip |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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@:>@], |