summaryrefslogtreecommitdiff
path: root/libquadmath/configure.ac
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2015-01-26 14:57:41 +0000
committerMatthias Klose <doko@gcc.gnu.org>2015-01-26 14:57:41 +0000
commitee5f05239f02229f9014853e738cfa5d83f66459 (patch)
tree79e719503c419333b07be59e945cc1c8ff2ab3ee /libquadmath/configure.ac
parent2b8fa469eb7c1b6afe290afc62248f1f674c6414 (diff)
configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.
2015-01-24 Matthias Klose <doko@ubuntu.com> * configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC. * configure: Regenerate. From-SVN: r220113
Diffstat (limited to 'libquadmath/configure.ac')
-rw-r--r--libquadmath/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/libquadmath/configure.ac b/libquadmath/configure.ac
index c547da8dc20..eb4fe8c8dfc 100644
--- a/libquadmath/configure.ac
+++ b/libquadmath/configure.ac
@@ -23,6 +23,8 @@ AC_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
ACX_NONCANONICAL_TARGET
+AM_ENABLE_MULTILIB(, ..)
+
target_alias=${target_alias-$host_alias}
AC_SUBST(target_alias)
@@ -60,7 +62,6 @@ AC_SUBST(enable_shared)
AC_SUBST(enable_static)
AM_MAINTAINER_MODE
-AM_ENABLE_MULTILIB(, ..)
AC_LANG_C
# The same as in boehm-gc and libstdc++. Have to borrow it from there.