diff options
author | Patrik Nyblom <[email protected]> | 2012-02-22 11:55:57 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2012-02-28 15:01:02 +0100 |
commit | d28b000e1d33222a4ef0de387a6e359a52cb8249 (patch) | |
tree | e7fa7ff3f7c69cc4038280eb1e6a415066abf229 /configure.in | |
parent | f06de6450bbbd324a0784780d892fa69908a2126 (diff) | |
download | otp-d28b000e1d33222a4ef0de387a6e359a52cb8249.tar.gz otp-d28b000e1d33222a4ef0de387a6e359a52cb8249.tar.bz2 otp-d28b000e1d33222a4ef0de387a6e359a52cb8249.zip |
Make hipe hipe-compiled w/ --enable-native-libs
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c8d4561a44..2c3ee1cb57 100644 --- a/configure.in +++ b/configure.in @@ -361,6 +361,12 @@ if test X${enable_m32_build} = Xyes; then export LDFLAGS fi +NATIVE_LIBS_ENABLED= +if test X${enable_native_libs} = Xyes -a X${enable_hipe} != Xno; then + NATIVE_LIBS_ENABLED=yes +fi +AC_SUBST(NATIVE_LIBS_ENABLED) + export ERL_TOP AC_CONFIG_SUBDIRS(lib erts) |