From 8122657ebfe4157bff56541eee70cc054fdc6ec8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 2 Apr 2001 06:39:06 +0000 Subject: [PATCH] sync --- lib/bind/configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/bind/configure b/lib/bind/configure index 79b812d3cd..b6a12a1dc9 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Revision: 1.4 +# From configure.in Revision: 1.5 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -3733,13 +3733,13 @@ esac PORT_INCLUDE= SOLARIS_BITTYPES= case "$host" in - *-bsdi2*) PORT_INCLUDE="-I\${top_builddir}/port/bsdos2";; - *-bsdi*) PORT_INCLUDE="-I\${top_builddir}/port/bsdos";; + *-bsdi2*) PORT_INCLUDE="-I\${top_builddir}/port/bsdos2/include";; + *-bsdi*) PORT_INCLUDE="-I\${top_builddir}/port/bsdos/include";; *-solaris2.012345*) SOLARIS_BITTYPES="#define NEED_SOLARIS_BITTYPES 1"; - PORT_INCLUDE="-I\${top_builddir}/port/solaris";; - *-solaris2*) PORT_INCLUDE="-I\${top_builddir}/port/solaris";; - *-freebsd*) PORT_INCLUDE="-I\${top_builddir}/port/freebsd";; + PORT_INCLUDE="-I\${top_builddir}/port/solaris/include";; + *-solaris2*) PORT_INCLUDE="-I\${top_builddir}/port/solaris/include";; + *-freebsd*) PORT_INCLUDE="-I\${top_builddir}/port/freebsd/include";; esac