aboutsummaryrefslogtreecommitdiff
path: root/libcilkrts/configure.ac
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2015-01-26 22:54:31 +0000
committerMatthias Klose <doko@gcc.gnu.org>2015-01-26 22:54:31 +0000
commit26570a9b4bd111cd57f2148f4996e50c2ae812b1 (patch)
tree7a25f4080e0f0fbbba6c386f7ed71ca3e7b2369b /libcilkrts/configure.ac
parent40a778bd519125d4385bc155d9ae6e6e04d703c3 (diff)
downloadgcc-26570a9b4bd111cd57f2148f4996e50c2ae812b1.zip
gcc-26570a9b4bd111cd57f2148f4996e50c2ae812b1.tar.gz
gcc-26570a9b4bd111cd57f2148f4996e50c2ae812b1.tar.bz2
configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.
2015-01-26 Matthias Klose <doko@ubuntu.com> * configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC. * configure: Regenerate. From-SVN: r220141
Diffstat (limited to 'libcilkrts/configure.ac')
-rw-r--r--libcilkrts/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcilkrts/configure.ac b/libcilkrts/configure.ac
index cc9a39f..8ad647e 100644
--- a/libcilkrts/configure.ac
+++ b/libcilkrts/configure.ac
@@ -43,6 +43,8 @@ AM_INIT_AUTOMAKE(foreign no-dist)
AM_MAINTAINER_MODE
+AM_ENABLE_MULTILIB(, ..)
+
# Build a DLL on Windows
# AC_LIBTOOL_WIN32_DLL
AC_PROG_CC
@@ -50,7 +52,6 @@ AC_PROG_CXX
# AC_PROG_LIBTOOL
# AC_CONFIG_MACRO_DIR([..])
AC_CONFIG_FILES([Makefile libcilkrts.spec])
-AM_ENABLE_MULTILIB(, ..)
AC_FUNC_ALLOCA
# Check whether the target supports protected visibility.