# HG changeset patch # User David # Date 1253812737 -7200 # Node ID 29453161a48ebd07f4530ff69cd8a3a5f3313074 # Parent fa93238bbd0b05130432ec71e51c5919cc227e77 Restore CPPFLAGS in NumPy check. diff -r fa93238bbd0b -r 29453161a48e m4/ax_python_numpy.m4 --- 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++])