From 86ed8cf62c63871ccaa34b495e215d33b5c53aad Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Fri, 4 Mar 2011 04:21:34 +0000 Subject: Adjust test of with_ppl. 2011-03-03 Sebastian Pop * configure.ac: Adjust test of with_ppl. * configure: Regenerated. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 997282f..5e97d0f 100755 --- 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" -- cgit v1.1