common/autoconf/jdk-options.m4

changeset 664
15c1642967c9
parent 656
e2057191f6da
child 671
653ff6bcf0b1
equal deleted inserted replaced
658:466685ba01bf 664:15c1642967c9
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

mercurial