Commit 54985c70 by Tsvetkova Alexandra Committed by Ilya Enkovich

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
parent d9386123
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> 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
* MAINTAINERS: Update email address. * MAINTAINERS: Update email address.
......
...@@ -3320,7 +3320,7 @@ fi ...@@ -3320,7 +3320,7 @@ fi
# Enable libmpx on supported systems by request. # Enable libmpx on supported systems by request.
if test -d ${srcdir}/libmpx; then 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 "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
$as_echo_n "checking for libmpx support... " >&6; } $as_echo_n "checking for libmpx support... " >&6; }
if (srcdir=${srcdir}/libmpx; \ if (srcdir=${srcdir}/libmpx; \
...@@ -3334,8 +3334,6 @@ $as_echo "no" >&6; } ...@@ -3334,8 +3334,6 @@ $as_echo "no" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; } $as_echo "yes" >&6; }
fi fi
else
noconfigdirs="$noconfigdirs target-libmpx"
fi fi
fi fi
......
...@@ -660,7 +660,7 @@ fi ...@@ -660,7 +660,7 @@ fi
# Enable libmpx on supported systems by request. # Enable libmpx on supported systems by request.
if test -d ${srcdir}/libmpx; then 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]) AC_MSG_CHECKING([for libmpx support])
if (srcdir=${srcdir}/libmpx; \ if (srcdir=${srcdir}/libmpx; \
. ${srcdir}/configure.tgt; \ . ${srcdir}/configure.tgt; \
...@@ -671,8 +671,6 @@ if test -d ${srcdir}/libmpx; then ...@@ -671,8 +671,6 @@ if test -d ${srcdir}/libmpx; then
else else
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
fi fi
else
noconfigdirs="$noconfigdirs target-libmpx"
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment