]> git.pld-linux.org Git - packages/cairo.git/blob - cairo-am.patch
- workaround for AC_PROG_CXX used conditionally
[packages/cairo.git] / cairo-am.patch
1 --- cairo-1.6.4/configure.in.orig       2008-04-11 23:33:05.000000000 +0200
2 +++ cairo-1.6.4/configure.in    2008-04-12 22:47:38.496895721 +0200
3 @@ -446,6 +446,8 @@
4  
5  if test "x$use_beos" = "xyes"; then
6    AC_PROG_CXX
7 +else
8 +  AM_CONDITIONAL([am__fastdepCXX], [false])
9  fi
10  
11  dnl ===========================================================================
This page took 0.050925 seconds and 4 git commands to generate.