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
commitdccd4d9a6d778bd8467cdf3cadb2b244c939f953 (patch)
tree5734832ba2f644aa6eb1ba48ffc229c78bfa4f4f /configure
parentdb4a6a19934ee7c8d5bb7419abe09b0518f17052 (diff)
downloadbinutils-redhat-dccd4d9a6d778bd8467cdf3cadb2b244c939f953.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 997282f7a8..5e97d0f6d6 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"