common/autoconf/jdk-options.m4
changeset 16423 b4a3277b3c5f
parent 15914 1338d1e0e058
child 16581 b2cddec593f4
equal deleted inserted replaced
16416:bcebd3fdefc9 16423:b4a3277b3c5f
   517 AC_MSG_RESULT([$ENABLE_DEBUG_SYMBOLS])
   517 AC_MSG_RESULT([$ENABLE_DEBUG_SYMBOLS])
   518 
   518 
   519 #
   519 #
   520 # ZIP_DEBUGINFO_FILES
   520 # ZIP_DEBUGINFO_FILES
   521 #
   521 #
       
   522 AC_MSG_CHECKING([if we should zip debug-info files])
   522 AC_ARG_ENABLE([zip-debug-info],
   523 AC_ARG_ENABLE([zip-debug-info],
   523               [AS_HELP_STRING([--disable-zip-debug-info],[disable zipping of debug-info files @<:@enabled@:>@])])
   524               [AS_HELP_STRING([--disable-zip-debug-info],[disable zipping of debug-info files @<:@enabled@:>@])],
   524 
   525 	      [enable_zip_debug_info="${enableval}"], [enable_zip_debug_info="yes"])
   525 AC_MSG_CHECKING([if we should zip debug-info files])
       
   526 AC_MSG_RESULT([${enable_zip_debug_info}])
   526 AC_MSG_RESULT([${enable_zip_debug_info}])
   527 
   527 
   528 if test "x${enable_zip_debug_info}" = "xno"; then
   528 if test "x${enable_zip_debug_info}" = "xno"; then
   529    ZIP_DEBUGINFO_FILES=false
   529    ZIP_DEBUGINFO_FILES=false
   530 else
   530 else