changeset 154:210da27cd2de

* configure.ac (HAVE_NUMPY): Delete unused preprocessor macro.
author Mike Miller <mtmiller@octave.org>
date Tue, 05 Apr 2016 12:31:50 -0700
parents ea2b598617f1
children 5cfff4925d14
files configure.ac
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"