When --disable-threads is passed, use "nothreads" instead of "pthreads" in

the build process.
This commit is contained in:
Brian Wellington
2000-08-29 18:24:01 +00:00
parent f05941692e
commit fafb62400d
4 changed files with 19 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: includes.in,v 1.9 2000/08/01 01:33:20 tale Exp $
# $Id: includes.in,v 1.10 2000/08/29 18:24:01 bwelling Exp $
# Search for machine-generated header files in the build tree,
# and for normal headers in the source tree (${top_srcdir}).
@@ -25,7 +25,7 @@ ISC_INCLUDES = @BIND9_ISC_BUILDINCLUDE@ \
-I${top_srcdir}/lib/isc \
-I${top_srcdir}/lib/isc/include \
-I${top_srcdir}/lib/isc/unix/include \
-I${top_srcdir}/lib/isc/pthreads/include
-I${top_srcdir}/lib/isc/@ISC_THREAD_DIR@/include
DNS_INCLUDES = @BIND9_DNS_BUILDINCLUDE@ \
-I${top_srcdir}/lib/dns/include \