diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2011-03-02 15:18:47 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2011-03-02 15:18:47 +0000 |
commit | f158c8d0ed150a33356f17f9b8a80e1525a98263 (patch) | |
tree | feedfd1ce92d7ccae59e04a650612869423e76ff /configure | |
parent | a7443a2dd6d766cfe829d89b62e3aeb6a490fc50 (diff) | |
download | gcc-f158c8d0ed150a33356f17f9b8a80e1525a98263.zip gcc-f158c8d0ed150a33356f17f9b8a80e1525a98263.tar.gz gcc-f158c8d0ed150a33356f17f9b8a80e1525a98263.tar.bz2 |
Fix configure problem.
2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
* configure.ac: Adjust test of with_ppl.
* configure: Regenerated.
From-SVN: r170618
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" |