diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2011-03-04 04:21:34 +0000 |
---|---|---|
committer | Sebastian Pop <sebastian.pop@amd.com> | 2011-03-04 04:21:34 +0000 |
commit | dfbab84c518d6c86a3e1815050b6fb45002aaa74 (patch) | |
tree | 38b9af556fdc95ff69952b14d667f0ea9ee1eba6 /configure.ac | |
parent | b994b83729ef87ca9cc164e7ffcd12585d5e1baa (diff) | |
download | newlib-dfbab84c518d6c86a3e1815050b6fb45002aaa74.zip newlib-dfbab84c518d6c86a3e1815050b6fb45002aaa74.tar.gz newlib-dfbab84c518d6c86a3e1815050b6fb45002aaa74.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.ac | 2 |
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" |