aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-12-26 06:28:05 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-12-26 06:28:05 +0000
commitb225453a3f4145f8e30c9a5ce5c5441e2337b39e (patch)
tree097772b1c9cd566131969795196657f74e70ffe1 /configure.in
parent67c14024676121002c6373742d196e2f96af6f96 (diff)
downloadlcd4linux-b225453a3f4145f8e30c9a5ce5c5441e2337b39e.tar.gz
old ancient legacy port access disabled by default
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1165 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 43742a5..a820ae6 100644
--- a/configure.in
+++ b/configure.in
@@ -105,7 +105,11 @@ if test "$with_python" = "yes"; then
fi
# check for parport
-#AC_CHECK_HEADERS(asm/io.h)
+AC_MSG_CHECKING(if raw port I/O is wanted)
+AC_ARG_WITH(outb,
+[ --with-outb enable raw port I/O support [[default=no]]],
+[AC_MSG_RESULT($withval)], [AC_MSG_RESULT(no)])
+
AC_CHECK_HEADERS([asm/io.h] [linux/parport.h linux/ppdev.h], [has_parport="true"], [has_parport="false"])
# drivers
@@ -157,10 +161,10 @@ AC_OUTPUT
AC_MSG_RESULT(
[-----------------------------------------]
-[including drivers:]
+[included drivers:]
[ $DRIVERS]
[-----------------------------------------]
-[including plugins:]
+[included plugins:]
[ $PLUGINS]
[-----------------------------------------]
)