< prev index next >

common/autoconf/configure.ac

Print this page

        

@@ -153,10 +153,13 @@
 # Setup the toolchain (compilers etc), i.e. tools used to compile and process
 # native code.
 #
 ###############################################################################
 
+# See if we are doing a complete static build or not
+JDKOPT_SETUP_STATIC_BUILD
+
 # First determine the toolchain type (compiler family)
 TOOLCHAIN_DETERMINE_TOOLCHAIN_TYPE
 
 # User supplied flags should be used when configure detects compilers
 FLAGS_SETUP_USER_SUPPLIED_FLAGS
< prev index next >