]> gcc.gnu.org Git - gcc.git/commitdiff
Fix configure problem.
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 2 Mar 2011 15:18:47 +0000 (15:18 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 2 Mar 2011 15:18:47 +0000 (15:18 +0000)
2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

* configure.ac: Adjust test of with_ppl.
* configure: Regenerated.

From-SVN: r170618

ChangeLog
configure
configure.ac

index 92f4f1559ba30011e665a163a29e01d89f1ccba8..b066896d395a50aebdb3729ae6cd57537d3c8149 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * configure.ac: Adjust test of with_ppl.
+       * configure: Regenerated.
+
 2011-03-02  Kai Tietz  <ktietz@redhat.com>
 
        * MAINTAINERS: Adjust my e-mail address.
index 997282f7a805d545e8e0b546ae9957cc3333b88f..5e97d0f6d61d9238c5df0e244a4db49b43b21b57 100755 (executable)
--- 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"
index 4fb29c0368686d88145532b2db6a03c21f562f29..233ce0a768e2f898ca3c20e4d15bd236a0cc8e2b 100644 (file)
@@ -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"
This page took 0.109373 seconds and 5 git commands to generate.