]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Enable libmpx by default.
authorTsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
Fri, 13 Nov 2015 06:48:20 +0000 (06:48 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Fri, 13 Nov 2015 06:48:20 +0000 (06:48 +0000)
2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>

* configure.ac: Enable libmpx by default.
* configure: Regenerated.

From-SVN: r230288

ChangeLog
configure
configure.ac

index 9ff868fcb584ea24ef9e29a66de119457d70c1e7..f665a3d0c5f0964ff0f6be2a9a0f79049e1aa431 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
+
+       * configure.ac: Enable libmpx by default.
+       * configure: Regenerated.
+
 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
 
        * MAINTAINERS: Update email address.
index f66f42474d4128aaa1f7f42e44bd555666044102..7dcaa2424784b20c16a1272a8b67e703013f3b9b 100755 (executable)
--- a/configure
+++ b/configure
@@ -3320,7 +3320,7 @@ fi
 
 # Enable libmpx on supported systems by request.
 if test -d ${srcdir}/libmpx; then
-    if test x$enable_libmpx = xyes; then
+    if test x$enable_libmpx = x; then
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
 $as_echo_n "checking for libmpx support... " >&6; }
        if (srcdir=${srcdir}/libmpx; \
@@ -3334,8 +3334,6 @@ $as_echo "no" >&6; }
            { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
        fi
-    else
-       noconfigdirs="$noconfigdirs target-libmpx"
     fi
 fi
 
index cb6ca24458d23b7b4ff81738c7966b7d4ddad843..55f9ab0af25c0e10a20c6171fe046fd01aa257c2 100644 (file)
@@ -660,7 +660,7 @@ fi
 
 # Enable libmpx on supported systems by request.
 if test -d ${srcdir}/libmpx; then
-    if test x$enable_libmpx = xyes; then
+    if test x$enable_libmpx = x; then
        AC_MSG_CHECKING([for libmpx support])
        if (srcdir=${srcdir}/libmpx; \
                . ${srcdir}/configure.tgt; \
@@ -671,8 +671,6 @@ if test -d ${srcdir}/libmpx; then
        else
            AC_MSG_RESULT([yes])
        fi
-    else
-       noconfigdirs="$noconfigdirs target-libmpx"
     fi
 fi