bf1c949c88
4.1 * IPv6 support * Significantly improved performance * Cygwin compatibility (for use under Windows) * Ability to execute arbitrary programs when users log in * And lots more
18 lines
433 B
Text
18 lines
433 B
Text
$NetBSD: patch-aa,v 1.11 2012/03/22 14:13:29 taca Exp $
|
|
|
|
--- configure.orig 2010-10-02 00:22:09.000000000 +0000
|
|
+++ configure
|
|
@@ -3523,13 +3523,6 @@ fi
|
|
|
|
|
|
|
|
-if test -r /usr/local/include/gdbm.h -a "$GCC" = yes
|
|
-then
|
|
- CFLAGS="$CFLAGS -idirafter /usr/local/include"
|
|
- CPPFLAGS="$CPPFLAGS -idirafter /usr/local/include"
|
|
-fi
|
|
-
|
|
-
|
|
if test "$GCC" = yes
|
|
then
|
|
{ echo "$as_me:$LINENO: checking for gcc version 2.7.2.3" >&5
|