aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index b24f217..49b21f8 100755
--- a/configure
+++ b/configure
@@ -5665,6 +5665,8 @@ if test "$with_python" = "yes"; then
# doesn't meet the requirement. MINIMUM-VERSION should consist of
# numbers and dots only.
+# M.Reinelt 2005/06/03: Changed name from AM_... to MY_PYTH_PYTHON
+
diff --git a/configure.in b/configure.in
index f3509d9..f013ac8 100644
--- a/configure.in
+++ b/configure.in
@@ -64,7 +64,7 @@ AC_ARG_WITH(python,
[AC_MSG_RESULT($withval)], [AC_MSG_RESULT(no)])
if test "$with_python" = "yes"; then
sinclude(python.m4)
- AC_PYTHON_DEVEL
+ MY_PYTHON_DEVEL
fi
# drivers