From d28b000e1d33222a4ef0de387a6e359a52cb8249 Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Wed, 22 Feb 2012 11:55:57 +0100 Subject: Make hipe hipe-compiled w/ --enable-native-libs --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.in') 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) -- cgit v1.2.3