From 0950720d01ac43fcd6419984d348bc17209c4ca2 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 16 Mar 2010 15:49:13 +0100 Subject: make configure.in reference the now renamed ax_python_devel.m4 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3