]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2005-05-31 21:06:36 by lfcorreia]
authorlfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 31 May 2005 21:06:36 +0000 (21:06 +0000)
committerlfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 31 May 2005 21:06:36 +0000 (21:06 +0000)
replace the accidently deleted Python detection code

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@557 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

configure.in

index 8c421871a4d209f7c95630d9745bfdde03528a67..bffb449e9ce41a176cf2fa577a04af04b9de5291 100644 (file)
@@ -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)