From 8421cad3c5d31ca08c26cf157a652e2cfedd415d Mon Sep 17 00:00:00 2001 From: Geoff Cant Date: Tue, 12 Jan 2010 22:22:13 +1300 Subject: Allow configure to enable_hipe for darwin/amd64 builds --- erts/configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/erts/configure.in b/erts/configure.in index 1892a7a1f4..1928000ef5 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -316,7 +316,6 @@ if test X${enable_darwin_64bit} = Xyes; then esac fi if test X${enable_darwin_64bit} = Xyes -o X${enable_m64_build} = Xyes; then - enable_hipe=no case $CFLAGS in *-m64*) ;; -- cgit v1.2.3