make/autoconf/jdk-options.m4
changeset 47933 19122c10fc52
parent 47701 be620a591379
child 49920 dbfef18ad510
--- a/make/autoconf/jdk-options.m4	Fri Nov 24 09:21:38 2017 +0100
+++ b/make/autoconf/jdk-options.m4	Fri Nov 24 09:45:39 2017 +0100
@@ -296,13 +296,13 @@
       ],
       [
         if test "x$OPENJDK_TARGET_OS" = xaix; then
-          # AIX doesn't support 'zipped' so use 'internal' as default
+          # AIX doesn't support 'external' so use 'internal' as default
           with_native_debug_symbols="internal"
         else
           if test "x$STATIC_BUILD" = xtrue; then
             with_native_debug_symbols="none"
           else
-            with_native_debug_symbols="zipped"
+            with_native_debug_symbols="external"
           fi
         fi
       ])