aboutsummaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 997282f..5e97d0f 100755
--- a/configure
+++ b/configure
@@ -5723,7 +5723,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"