From ef1af83c23834f8e4ee75fde0395ada84fd1acb5 Mon Sep 17 00:00:00 2001 From: reinelt Date: Wed, 5 Apr 2000 05:58:36 +0000 Subject: [lcd4linux @ 2000-04-05 05:58:36 by reinelt] fixed bug in XWindow.c: union semun isn't defined with glibc-2.1 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@40 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') 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. -- cgit v1.2.3