summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index 2fd94366bd..a889ba25dd 100755
--- a/configure
+++ b/configure
@@ -1016,15 +1016,6 @@ fi
extra_cflags="-I. $extra_cflags"
_timer=timer-linux.c
_getch=getch2.c
-if freebsd ; then
- extra_ldflags="$extra_ldflags -L/usr/local/lib"
- extra_cflags="$extra_cflags -I/usr/local/include"
-fi
-
-if netbsd || dragonfly ; then
- extra_ldflags="$extra_ldflags -L/usr/pkg/lib"
- extra_cflags="$extra_cflags -I/usr/pkg/include"
-fi
if darwin; then
extra_cflags="-mdynamic-no-pic $extra_cflags"