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 | 86ed8cf62c63871ccaa34b495e215d33b5c53aad (patch) | |
tree | 89b5102a38dcf4b083331811d9b18686d29bf4cf /configure | |
parent | 0e29e6e859e8f2bd77c27086d24b129aed0a2c0f (diff) | |
download | gdb-86ed8cf62c63871ccaa34b495e215d33b5c53aad.zip gdb-86ed8cf62c63871ccaa34b495e215d33b5c53aad.tar.gz 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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |