changeset 87:29453161a48e numpyconf

Restore CPPFLAGS in NumPy check.
author David <david@stacey>
date Thu, 24 Sep 2009 19:18:57 +0200
parents fa93238bbd0b
children 834c2c1ac28e
files m4/ax_python_numpy.m4
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ax_python_numpy.m4	Sun Sep 20 19:53:56 2009 +0200
+++ b/m4/ax_python_numpy.m4	Thu Sep 24 19:18:57 2009 +0200
@@ -6,13 +6,6 @@
 #
 #   AX_PYTHON_NUMPY([ACTION_IF_FOUND], [ACTION_IF_NOT_FOUND])
 #
-# DESCRIPTION
-#
-#
-# LAST MODIFICATION
-#
-#   2009-08024
-#
 # COPYING
 #
 #   Copyright (c) 2009 David Grundberg
@@ -92,7 +85,7 @@
 				[[ &PyArray_FromDims; ]]),
 				[ax_python_numpy_cv_check=yes],
 				[ax_python_numpy_cv_check=no])
-			CPPFLAGS="$ax_python_numpy_old_cppflags"
+			CPPFLAGS="$ax_python_numpy_cppflags"
 			LDFLAGS="$ax_python_numpy_ldflags"
 			
 			AC_LANG_POP([C++])