summaryrefslogtreecommitdiff
path: root/m4/ax_python_embed.m4
diff options
context:
space:
mode:
authorIlya Etingof <ilya@glas.net>2010-04-22 11:22:52 -0500
committerDustin J. Mitchell <dustin@zmanda.com>2010-04-22 11:22:52 -0500
commit7b09b7790b6330e546e205233aa5cdeb6607d911 (patch)
tree838b5ea901e1a044029ff90d209f6ccecbb6f805 /m4/ax_python_embed.m4
parentfa7ca0947ddf3bf88f6fff03b3839ea6af298d01 (diff)
downloadautoconf-archive-7b09b7790b6330e546e205233aa5cdeb6607d911.tar.gz
Fix typo in ax_python_embed -o correctly defun AX_PYTHON_INSIST
Diffstat (limited to 'm4/ax_python_embed.m4')
-rw-r--r--m4/ax_python_embed.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_python_embed.m4 b/m4/ax_python_embed.m4
index 9b3b257..dff8336 100644
--- a/m4/ax_python_embed.m4
+++ b/m4/ax_python_embed.m4
@@ -249,7 +249,7 @@ AC_DEFUN([AX_PYTHON_CSPEC],
# Look for Python and set the output variable 'PYTHON'
# to 'python' if found, empty otherwise.
-AC_DEFUN([AX_PYTHON_PATH],
+AC_DEFUN([AX_PYTHON_INSIST],
[
AC_ARG_VAR( [PYTHON], [Python Executable Path] )
if test -z "$PYTHON"