diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-06-03 04:45:58 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-06-03 04:45:58 +0000 |
commit | c54dc3705b83ac36cf8d7e8122b52c4724e8f99a (patch) | |
tree | f908096d1da2cd69464d3727871a3ebda0626d71 /configure | |
parent | dd3eae4a1b9136fb9e9cb694c48172aa3399ba23 (diff) | |
download | lcd4linux-c54dc3705b83ac36cf8d7e8122b52c4724e8f99a.tar.gz |
[lcd4linux @ 2005-06-03 04:45:57 by reinelt]
renamed AM_PYTHON to MY_PYTHON...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@565 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |