summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorspop <spop>2011-03-04 04:21:33 +0000
committerspop <spop>2011-03-04 04:21:33 +0000
commitefeda4c13365b964de92123df193723fa26e02c1 (patch)
tree91420e1c9f067955dab000c397aa860b09fbcc2f /configure
parentdbece6b30e561cf136d7505469315ba9489fbeab (diff)
downloadgdb-efeda4c13365b964de92123df193723fa26e02c1.tar.gz
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 997282f7a80..5e97d0f6d61 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"