Fix configure problem.
2011-03-02 Sebastian Pop <sebastian.pop@amd.com> * configure.ac: Adjust test of with_ppl. * configure: Regenerated. From-SVN: r170618
This commit is contained in:
parent
a7443a2dd6
commit
f158c8d0ed
@ -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.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user