aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2012-02-28 17:49:14 +0100
committerPatrik Nyblom <[email protected]>2012-02-28 17:49:14 +0100
commitd3a96b096f457c881296c4e7f69de47399ab9ed8 (patch)
treea4f220a3246428f2c3386978eae4965a3c5c1d55 /configure.in
parentdef41007cb990ed6454ce5c78c3dcfb848975513 (diff)
parentcc3122ab804299810c817f3819323234ff3e23c3 (diff)
downloadotp-d3a96b096f457c881296c4e7f69de47399ab9ed8.tar.gz
otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.tar.bz2
otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.zip
Merge branch 'maint'
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
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)