diff options
author | lfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-31 21:06:36 +0000 |
---|---|---|
committer | lfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-31 21:06:36 +0000 |
commit | c80be292d29d128d3f7b4a2884c9a5315aba6f7a (patch) | |
tree | 5a96091ec90ff23cd63ac82b5f7e2c2e2887c77f | |
parent | 3a395fe2c2b26247213a0baf3766ac2817398d0c (diff) | |
download | lcd4linux-c80be292d29d128d3f7b4a2884c9a5315aba6f7a.tar.gz |
[lcd4linux @ 2005-05-31 21:06:36 by lfcorreia]
replace the accidently deleted Python detection code
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@557 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-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) |