From ac2452f504e0ececa1fa0c47ec36a3e5e9417e1c Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 2 Mar 2001 20:18:12 +0000 Subject: [lcd4linux @ 2001-03-02 20:18:12 by reinelt] allow compile on systems without net/if_ppp.h --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1b1fc74..b6e7a27 100644 --- a/configure.in +++ b/configure.in @@ -92,6 +92,7 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(fcntl.h limits.h strings.h sys/ioctl.h sys/time.h syslog.h unistd.h) AC_CHECK_HEADERS(sys/io.h asm/io.h) AC_CHECK_HEADERS(gd/gd.h gd.h) +AC_CHECK_HEADERS(net/if_ppp.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST -- cgit v1.2.3