# HG changeset patch # User Mike Miller # Date 1459884710 25200 # Node ID 210da27cd2def343d318a09b50352da420a806f2 # Parent ea2b598617f1b70e664abf78d80343323b7449cc * configure.ac (HAVE_NUMPY): Delete unused preprocessor macro. diff -r ea2b598617f1 -r 210da27cd2de configure.ac --- a/configure.ac Tue Apr 05 12:17:31 2016 -0700 +++ b/configure.ac Tue Apr 05 12:31:50 2016 -0700 @@ -47,8 +47,7 @@ AX_PYTHON_DEVEL([], [], [addmissing([Python development files])]) # Look for numpy headers -AX_PYTHON_NUMPY([AC_DEFINE([HAVE_NUMPY], 1, [Define if using NumPy])], - [addmissing([NumPy development files])]) +AX_PYTHON_NUMPY([], [addmissing([NumPy development files])]) # Look for boost::python pytave_old_libs="$LIBS"