summaryrefslogtreecommitdiff
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4fb29c03686..233ce0a768e 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"