aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-02-22 14:49:15 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-02-22 14:49:15 +0000
commit7825b2c525dfeb85842adc383c3772deaf5e4ca4 (patch)
treea0e64bb14d4c170684d59f004a840137ade8a2fc /configure.in
parent3bdd5729e55055ce8056a7c83ad130133780bcb7 (diff)
downloadfetchmail-7825b2c525dfeb85842adc383c3772deaf5e4ca4.tar.gz
fetchmail-7825b2c525dfeb85842adc383c3772deaf5e4ca4.tar.bz2
fetchmail-7825b2c525dfeb85842adc383c3772deaf5e4ca4.zip
LynxOS support.
svn path=/trunk/; revision=2390
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 2 insertions, 5 deletions
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