diff options
author | lfcorreia <> | 2005-05-31 21:06:36 +0000 |
---|---|---|
committer | lfcorreia <> | 2005-05-31 21:06:36 +0000 |
commit | c0da9da35d8c6c1c90989bc9efce28e54dd3841a (patch) | |
tree | 5a96091ec90ff23cd63ac82b5f7e2c2e2887c77f | |
parent | c51755ccda55a60133cf181d42432d5d8e4ca98f (diff) | |
download | lcd4linux-c0da9da35d8c6c1c90989bc9efce28e54dd3841a.tar.gz |
[lcd4linux @ 2005-05-31 21:06:36 by lfcorreia]
replace the accidently deleted Python detection code
Diffstat (limited to '')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8c42187..bffb449 100644 --- a/configure.in +++ b/configure.in @@ -57,6 +57,10 @@ AC_CHECK_HEADERS(usb.h, [has_usb="true"], [has_usb="false"]) # check for serdisplib AC_CHECK_HEADERS(serdisplib/serdisp.h, [has_serdisplib="true"], [has_serdisplib="false"]) +# check for python +sinclude(python.m4) +AC_PYTHON_DEVEL + # drivers sinclude(drivers.m4) |