From 4bff9d32a002b9333a9a27042354b827426402c9 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 7 Nov 2013 07:42:35 +0000 Subject: Enable Packet Editor by default svn path=/trunk/; revision=53132 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index facbac4c0b..2e542b2f41 100644 --- a/configure.ac +++ b/configure.ac @@ -1248,8 +1248,8 @@ AC_ARG_ENABLE(wireshark, AC_ARG_ENABLE(packet-editor, AC_HELP_STRING( [--enable-packet-editor], - [add support for packet editor in Wireshark @<:@default=no@:>@]), - enable_packet_editor=$enableval,enable_packet_editor=no) + [add support for packet editor in Wireshark @<:@default=yes@:>@]), + enable_packet_editor=$enableval,enable_packet_editor=yes) if test x$enable_packet_editor = xyes; then AC_DEFINE(WANT_PACKET_EDITOR, 1, [Support for packet editor]) fi -- cgit v1.2.3