aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorreinelt <>2000-04-05 05:58:36 +0000
committerreinelt <>2000-04-05 05:58:36 +0000
commitccb26ef39584226382cf4b5f895f4e2472975694 (patch)
tree59621ec2a3c57266e71ce8a34428e43186de0266 /configure.in
parent48e22a889b9e36c7a1e9a372cee0b0360c335627 (diff)
downloadlcd4linux-ccb26ef39584226382cf4b5f895f4e2472975694.tar.gz
[lcd4linux @ 2000-04-05 05:58:36 by reinelt]
fixed bug in XWindow.c: union semun isn't defined with glibc-2.1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0283d38..f5ae8e2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(lcd4linux.c)
-AM_INIT_AUTOMAKE(lcd4linux, 0.96)
+AM_INIT_AUTOMAKE(lcd4linux, 0.96a)
dnl Checks for programs.
AC_PROG_AWK
@@ -20,6 +20,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h)
dnl Checks for typedefs, structures, and compiler characteristics.
+AC_TYPE_PID_T
AC_HEADER_TIME
dnl Checks for library functions.