aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2011-03-04 04:21:34 +0000
committerSebastian Pop <sebastian.pop@amd.com>2011-03-04 04:21:34 +0000
commit86ed8cf62c63871ccaa34b495e215d33b5c53aad (patch)
tree89b5102a38dcf4b083331811d9b18686d29bf4cf /configure.ac
parent0e29e6e859e8f2bd77c27086d24b129aed0a2c0f (diff)
downloadfsf-binutils-gdb-86ed8cf62c63871ccaa34b495e215d33b5c53aad.zip
fsf-binutils-gdb-86ed8cf62c63871ccaa34b495e215d33b5c53aad.tar.gz
fsf-binutils-gdb-86ed8cf62c63871ccaa34b495e215d33b5c53aad.tar.bz2
Adjust test of with_ppl.
2011-03-03 Sebastian Pop <sebastian.pop@amd.com> * configure.ac: Adjust test of with_ppl. * configure: Regenerated.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4fb29c0..233ce0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1675,7 +1675,7 @@ if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl;
with_ppl=yes
fi
-if test "x$with_ppl" = xyes; then
+if test "x$with_ppl" != xno; then
if test "x$pwllib" = x; then
saved_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $ppllibs"