aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-03-16 15:49:13 +0100
committerReinhard Tartler <siretart@tauware.de>2010-03-16 15:49:13 +0100
commit0950720d01ac43fcd6419984d348bc17209c4ca2 (patch)
tree5b1fd8f42a5d6977f47bec6c428baa417cafa7f0
parente2c5b654a5f6c4bbdff1b15f54b31f37b9ed0fc2 (diff)
downloadlcd4linux-0950720d01ac43fcd6419984d348bc17209c4ca2.tar.gz
make configure.in reference the now renamed ax_python_devel.m4
-rw-r--r--configure.in2
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