diff options
author | Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com> | 2015-11-13 06:48:20 +0000 |
---|---|---|
committer | Ilya Enkovich <ienkovich@gcc.gnu.org> | 2015-11-13 06:48:20 +0000 |
commit | 54985c70aa21fe6cf49f2d109a6bd51f0a4c964f (patch) | |
tree | 97e5d1df24ca19da4ed69e95ab4f34748e863afd /configure | |
parent | d93861237f5136949e6c80a65439aa796e2af224 (diff) | |
download | gcc-54985c70aa21fe6cf49f2d109a6bd51f0a4c964f.tar.gz |
configure.ac: Enable libmpx by default.
2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
* configure.ac: Enable libmpx by default.
* configure: Regenerated.
From-SVN: r230288
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure index f66f42474d4..7dcaa242478 100755 --- 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 |