From 195008228a5bc723fd394887130be221f704e6d3 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 13 Apr 2008 09:01:17 +0000 Subject: [PATCH] - workaround for AC_PROG_CXX used conditionally Changed files: cairo-am.patch -> 1.1 --- cairo-am.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cairo-am.patch diff --git a/cairo-am.patch b/cairo-am.patch new file mode 100644 index 0000000..61dcd4e --- /dev/null +++ b/cairo-am.patch @@ -0,0 +1,11 @@ +--- cairo-1.6.4/configure.in.orig 2008-04-11 23:33:05.000000000 +0200 ++++ cairo-1.6.4/configure.in 2008-04-12 22:47:38.496895721 +0200 +@@ -446,6 +446,8 @@ + + if test "x$use_beos" = "xyes"; then + AC_PROG_CXX ++else ++ AM_CONDITIONAL([am__fastdepCXX], [false]) + fi + + dnl =========================================================================== -- 2.44.0