diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
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 |