diff options
Diffstat (limited to '')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4e35860..4142656 100644 --- a/configure.in +++ b/configure.in @@ -83,7 +83,7 @@ AC_ARG_WITH(python, [ --with-python enable python support [[default=no]]], [AC_MSG_RESULT($withval)], [AC_MSG_RESULT(no)]) if test "$with_python" = "yes"; then - sinclude(ac_python_devel.m4) + sinclude(ax_python_devel.m4) AC_PYTHON_DEVEL fi |