configure.ac (ppllibs): Add by default the lib flags.

2008-12-12  Sebastian Pop <sebastian.pop@amd.com>

	* configure.ac (ppllibs): Add by default the lib flags.
	* configure: Regenerate.

From-SVN: r142715
This commit is contained in:
Sebastian Pop 2008-12-12 17:24:23 +00:00 committed by Sebastian Pop
parent 50ce8d3d78
commit 0a280b3566
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
* configure.ac (ppllibs): Add by default the lib flags.
* configure: Regenerate.
2008-12-08 Luis Machado <luisgpm@br.ibm.com>
* MAINTAINERS: Add myself to the write after approval list.

2
configure vendored
View File

@ -4809,7 +4809,7 @@ fi
# Check for PPL
ppl_major_version=0
ppl_minor_version=10
ppllibs=
ppllibs=" -lppl_c -lppl -lgmpxx "
pplinc=

View File

@ -1315,7 +1315,7 @@ AC_SUBST(gmpinc)
# Check for PPL
ppl_major_version=0
ppl_minor_version=10
ppllibs=
ppllibs=" -lppl_c -lppl -lgmpxx "
pplinc=
AC_ARG_WITH(ppl, [ --with-ppl=PATH Specify prefix directory for the installed PPL package