comparison configure.ac @ 92:758d1a140c61 asdf

Fix typo.
author David Grundberg <individ@acc.umu.se>
date Sun, 27 Sep 2009 11:13:22 +0200
parents 82459c7db185
children 66bd40c8d36e
comparison
equal deleted inserted replaced
91:9c35b62f9eaf 92:758d1a140c61
57 [ 57 [
58 pytave_matrix_interface="numpy" 58 pytave_matrix_interface="numpy"
59 ]) 59 ])
60 60
61 # Look for selected matrix interface 61 # Look for selected matrix interface
62 AS_IF(test "$pytave_matrix_interace" == "numpy", 62 AS_IF(test "$pytave_matrix_interface" == "numpy",
63 [ 63 [
64 AX_PYTHON_NUMPY( 64 AX_PYTHON_NUMPY(
65 [ 65 [
66 AC_DEFINE([HAVE_NUMPY], 1, [Define if using NumPy]) 66 AC_DEFINE([HAVE_NUMPY], 1, [Define if using NumPy])
67 ], 67 ],