common/autoconf/jdk-options.m4
changeset 16423 b4a3277b3c5f
parent 15914 1338d1e0e058
child 16581 b2cddec593f4
--- a/common/autoconf/jdk-options.m4	Wed Jul 05 18:46:58 2017 +0200
+++ b/common/autoconf/jdk-options.m4	Tue Apr 02 13:59:30 2013 +0100
@@ -519,10 +519,10 @@
 #
 # ZIP_DEBUGINFO_FILES
 #
+AC_MSG_CHECKING([if we should zip debug-info files])
 AC_ARG_ENABLE([zip-debug-info],
-              [AS_HELP_STRING([--disable-zip-debug-info],[disable zipping of debug-info files @<:@enabled@:>@])])
-
-AC_MSG_CHECKING([if we should zip debug-info files])
+              [AS_HELP_STRING([--disable-zip-debug-info],[disable zipping of debug-info files @<:@enabled@:>@])],
+	      [enable_zip_debug_info="${enableval}"], [enable_zip_debug_info="yes"])
 AC_MSG_RESULT([${enable_zip_debug_info}])
 
 if test "x${enable_zip_debug_info}" = "xno"; then