]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - compat-cloog-ppl/patches/cloog-ppl-0.15.11-ppl-verfix.patch
binutils: Update to 2.24
[people/ms/ipfire-3.x.git] / compat-cloog-ppl / patches / cloog-ppl-0.15.11-ppl-verfix.patch
1 diff -up cloog-ppl-0.15.11/configure.in.verfix cloog-ppl-0.15.11/configure.in
2 --- cloog-ppl-0.15.11/configure.in.verfix 2012-12-03 16:46:17.295807008 -0500
3 +++ cloog-ppl-0.15.11/configure.in 2012-12-03 16:46:59.010827161 -0500
4 @@ -338,7 +338,7 @@ if test "x$with_ppl" != "x" -a "x$with_p
5
6 AC_MSG_CHECKING([for version 0.10 (or later revision) of PPL])
7 AC_TRY_COMPILE([#include "ppl_c.h"],[
8 - #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 10
9 + #if (PPL_VERSION_MAJOR != 1) || (PPL_VERSION_MAJOR == 0 && PPL_VERSION_MINOR < 10)
10 choke me
11 #endif
12 ], [AC_MSG_RESULT([yes])], [AC_MSG_ERROR(Can't find correct version of PPL.) ])
13 diff -up cloog-ppl-0.15.11/configure.verfix cloog-ppl-0.15.11/configure
14 --- cloog-ppl-0.15.11/configure.verfix 2012-12-03 16:47:21.996837121 -0500
15 +++ cloog-ppl-0.15.11/configure 2012-12-03 16:47:34.893842170 -0500
16 @@ -11222,7 +11222,7 @@ int
17 main ()
18 {
19
20 - #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 10
21 + #if (PPL_VERSION_MAJOR != 1) || (PPL_VERSION_MAJOR == 0 && PPL_VERSION_MINOR < 10)
22 choke me
23 #endif
24