common/autoconf/jdk-options.m4

changeset 664
15c1642967c9
parent 656
e2057191f6da
child 671
653ff6bcf0b1
     1.1 --- a/common/autoconf/jdk-options.m4	Thu Mar 21 10:42:22 2013 -0700
     1.2 +++ b/common/autoconf/jdk-options.m4	Tue Apr 02 13:59:30 2013 +0100
     1.3 @@ -519,10 +519,10 @@
     1.4  #
     1.5  # ZIP_DEBUGINFO_FILES
     1.6  #
     1.7 +AC_MSG_CHECKING([if we should zip debug-info files])
     1.8  AC_ARG_ENABLE([zip-debug-info],
     1.9 -              [AS_HELP_STRING([--disable-zip-debug-info],[disable zipping of debug-info files @<:@enabled@:>@])])
    1.10 -
    1.11 -AC_MSG_CHECKING([if we should zip debug-info files])
    1.12 +              [AS_HELP_STRING([--disable-zip-debug-info],[disable zipping of debug-info files @<:@enabled@:>@])],
    1.13 +	      [enable_zip_debug_info="${enableval}"], [enable_zip_debug_info="yes"])
    1.14  AC_MSG_RESULT([${enable_zip_debug_info}])
    1.15  
    1.16  if test "x${enable_zip_debug_info}" = "xno"; then

mercurial