diff options
author | Reinhard Tartler <siretart@tauware.de> | 2006-08-27 12:20:33 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2006-08-27 12:20:33 +0200 |
commit | b6a0ad7c5fb2fd9ba723bd7eaafe11be397f989f (patch) | |
tree | 7ac953088c2aacbd056a103889affcc649290dfd /configure.in | |
parent | e65d028d30a2f279aca91e80d9dfc59ed3e6ef94 (diff) | |
parent | c8c20c41a94e5635aad5f7fb2a7fc1b36fe42327 (diff) | |
download | lcd4linux-b6a0ad7c5fb2fd9ba723bd7eaafe11be397f989f.tar.gz |
merge new bootstrapping, fixing python compilation
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 17dd4c5..6cdb068 100644 --- a/configure.in +++ b/configure.in @@ -78,8 +78,8 @@ 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(python.m4) - PYTHON__DEVEL + sinclude(ac_python_devel.m4) + AC_PYTHON_DEVEL fi # drivers |