common/autoconf/generated-configure.sh

changeset 874
dfbc93f26f38
parent 873
72ef61df77e5
child 904
37d2736caf46
     1.1 --- a/common/autoconf/generated-configure.sh	Fri Oct 25 13:58:09 2013 +0200
     1.2 +++ b/common/autoconf/generated-configure.sh	Fri Oct 25 10:15:33 2013 -0700
     1.3 @@ -29913,11 +29913,11 @@
     1.4    elif test "x$enable_debug_symbols" = "xno"; then
     1.5      ENABLE_DEBUG_SYMBOLS=false
     1.6    else
     1.7 -  # Default is on if objcopy is found
     1.8 -  if test "x$OBJCOPY" != x; then
     1.9 -    ENABLE_DEBUG_SYMBOLS=true
    1.10 -  # MacOS X and Windows don't use objcopy but default is on for those OSes
    1.11 -  elif test "x$OPENJDK_TARGET_OS" = xmacosx || test "x$OPENJDK_TARGET_OS" = xwindows; then
    1.12 +    # Default is on if objcopy is found
    1.13 +    if test "x$OBJCOPY" != x; then
    1.14 +      ENABLE_DEBUG_SYMBOLS=true
    1.15 +    # MacOS X and Windows don't use objcopy but default is on for those OSes
    1.16 +    elif test "x$OPENJDK_TARGET_OS" = xmacosx || test "x$OPENJDK_TARGET_OS" = xwindows; then
    1.17        ENABLE_DEBUG_SYMBOLS=true
    1.18      else
    1.19        ENABLE_DEBUG_SYMBOLS=false

mercurial