From 7825b2c525dfeb85842adc383c3772deaf5e4ca4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 22 Feb 1999 14:49:15 +0000 Subject: LynxOS support. svn path=/trunk/; revision=2390 --- configure.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 32ae87e1..89a48ee3 100644 --- a/configure.in +++ b/configure.in @@ -50,11 +50,8 @@ then echo "Adding -lbsd to standard libraries" LIBS="$LIBS -lbsd" LDFLAGS="" - if test `uname -r` = "2.5.0" - then - echo "Prepending standard include path to gcc flags" - CPFLAGS="-I/usr/include" - fi + echo "Prepending standard include path to gcc flags" + CPFLAGS="-I/usr/include" fi # Check for FreeBSD special case: -lkvm needed -- cgit v1.2.3