Commit f158c8d0 by Sebastian Pop Committed by Sebastian Pop

Fix configure problem.

2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

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

From-SVN: r170618
parent a7443a2d
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> 2011-03-02 Kai Tietz <ktietz@redhat.com>
* MAINTAINERS: Adjust my e-mail address. * MAINTAINERS: Adjust my e-mail address.
......
...@@ -5723,7 +5723,7 @@ if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; ...@@ -5723,7 +5723,7 @@ if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl;
with_ppl=yes with_ppl=yes
fi fi
if test "x$with_ppl" = xyes; then if test "x$with_ppl" != xno; then
if test "x$pwllib" = x; then if test "x$pwllib" = x; then
saved_LDFLAGS="$LDFLAGS" saved_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $ppllibs" LDFLAGS="$LDFLAGS $ppllibs"
......
...@@ -1675,7 +1675,7 @@ if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; ...@@ -1675,7 +1675,7 @@ if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl;
with_ppl=yes with_ppl=yes
fi fi
if test "x$with_ppl" = xyes; then if test "x$with_ppl" != xno; then
if test "x$pwllib" = x; then if test "x$pwllib" = x; then
saved_LDFLAGS="$LDFLAGS" saved_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $ppllibs" LDFLAGS="$LDFLAGS $ppllibs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment