From f158c8d0ed150a33356f17f9b8a80e1525a98263 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Wed, 2 Mar 2011 15:18:47 +0000 Subject: Fix configure problem. 2011-03-02 Sebastian Pop * configure.ac: Adjust test of with_ppl. * configure: Regenerated. From-SVN: r170618 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4fb29c0..233ce0a 100644 --- a/configure.ac +++ b/configure.ac @@ -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" -- cgit v1.1