Archive Index
This month's Index
|
Subject: Overriding configure
Overriding configure
From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Fri, 28 Nov 2008 13:40:37 -0800
There's a section in setup.h that overrides the output of configure
/*
#if !defined(HAVE_SYS_TIME_H) && !defined(_MSC_VER) && !defined(__WATCOMC__)
#if !defined(HAVE_UNISTD_H) && !defined(_MSC_VER)
#if !defined(HAVE_SYS_UIO_H) && !defined(WIN32) && !defined(MSDOS)
This doesn't make sense to me. If configure didn't find those header files,
#ifndef HAVE_CONFIG_H
block just above since that would allow configure to do its thing on all
>>> Dan
-- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has movedReceived on 2008-11-28 |