]> git.pld-linux.org Git - packages/libpst.git/blame - libpst-m4.patch
- up to 0.6.51
[packages/libpst.git] / libpst-m4.patch
CommitLineData
7e7ac193
MB
1diff -urN libpst-0.6.45/m4/ax_boost_python.m4 libpst-0.6.45.new//m4/ax_boost_python.m4
2--- libpst-0.6.45/m4/ax_boost_python.m4 2009-12-11 17:46:02.000000000 +0100
3+++ libpst-0.6.45.new//m4/ax_boost_python.m4 2010-02-25 18:30:56.813698020 +0100
4@@ -63,7 +63,7 @@
5 AC_LANG_CPLUSPLUS
6 CPPFLAGS_SAVE=$CPPFLAGS
7 if test x$PYTHON_INCLUDE_DIR != x; then
8- CPPFLAGS=-I$PYTHON_INCLUDE_DIR $CPPFLAGS
9+ CPPFLAGS="-I$PYTHON_INCLUDE_DIR $CPPFLAGS"
10 fi
11 AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[
12 #include <boost/python/module.hpp>
This page took 0.163076 seconds and 4 git commands to generate.