From 63250c2b47449797edcfcdf5f02a4691ad442d08 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 31 Mar 2011 20:27:23 +0700 Subject: [PATCH] Fix recent commit of moving python to pkg-config. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5f8094d4..dbd633ba 100644 --- a/configure.ac +++ b/configure.ac @@ -333,7 +333,7 @@ if test "x$PYTHON" != "xno"; then fi PKG_CHECK_MODULES([python], [$PYTHON >= 3.0],, AC_MSG_ERROR([$PYTHON.pc not found or is wrong. Try --disable-python or install python3.])) my_saved_LIBS="$LIBS" - my_saved_CXXFLAGS="CXXFLAGS" + my_saved_CXXFLAGS="$CXXFLAGS" appendLib $python_LIBS appendCXX $python_CFLAGS AC_CHECK_FUNC([Py_Initialize], [], [PYTHON="no"])