From 7e7ac193cad625ae6b82d137a8dcd96baa386a4f Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Thu, 25 Feb 2010 20:50:21 +0000 Subject: [PATCH] - fixes build (missing quotation) Changed files: libpst-m4.patch -> 1.1 --- libpst-m4.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libpst-m4.patch diff --git a/libpst-m4.patch b/libpst-m4.patch new file mode 100644 index 0000000..a6368bd --- /dev/null +++ b/libpst-m4.patch @@ -0,0 +1,12 @@ +diff -urN libpst-0.6.45/m4/ax_boost_python.m4 libpst-0.6.45.new//m4/ax_boost_python.m4 +--- libpst-0.6.45/m4/ax_boost_python.m4 2009-12-11 17:46:02.000000000 +0100 ++++ libpst-0.6.45.new//m4/ax_boost_python.m4 2010-02-25 18:30:56.813698020 +0100 +@@ -63,7 +63,7 @@ + AC_LANG_CPLUSPLUS + CPPFLAGS_SAVE=$CPPFLAGS + if test x$PYTHON_INCLUDE_DIR != x; then +- CPPFLAGS=-I$PYTHON_INCLUDE_DIR $CPPFLAGS ++ CPPFLAGS="-I$PYTHON_INCLUDE_DIR $CPPFLAGS" + fi + AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[ + #include -- 2.44.0