From: Tsvetkova Alexandra Date: Fri, 13 Nov 2015 06:48:20 +0000 (+0000) Subject: configure.ac: Enable libmpx by default. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54985c70aa21fe6cf49f2d109a6bd51f0a4c964f;p=gcc.git configure.ac: Enable libmpx by default. 2015-11-13 Tsvetkova Alexandra * configure.ac: Enable libmpx by default. * configure: Regenerated. From-SVN: r230288 --- diff --git a/ChangeLog b/ChangeLog index 9ff868fcb58..f665a3d0c5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-11-13 Tsvetkova Alexandra + + * configure.ac: Enable libmpx by default. + * configure: Regenerated. + 2015-10-23 Steve Ellcey * MAINTAINERS: Update email address. 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 diff --git a/configure.ac b/configure.ac index cb6ca24458d..55f9ab0af25 100644 --- a/configure.ac +++ b/configure.ac @@ -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