Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2003:
[Freeciv-Dev] Re: client/server authentication (PR#1767)
Home

[Freeciv-Dev] Re: client/server authentication (PR#1767)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: kaufman@xxxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: client/server authentication (PR#1767)
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 18 May 2003 12:18:43 -0700
Reply-to: rt@xxxxxxxxxxxxxx

ChrisK@xxxxxxxx wrote:
> On Sun, May 18, 2003 at 08:58:41AM -0700, Mike Kaufman wrote:
> 
>>search for "checking for sys/stat.h" in config.h and tell me what you see.
> 
> 
> ??
> 
> chris@max:~/freeciv/patched/auth6o> grep stat.h config.h
> chris@max:~/freeciv/patched/auth6o>
> 
> You mean autogen.sh?
> 
> chris@max:~/freeciv/patched/auth6o> autogen.sh --enable-auth=yes | grep stat.h
> aclocal: both `configure.ac' and `configure.in' present: ignoring 
> `configure.in'
> automake: both `configure.ac' and `configure.in' present: ignoring 
> `configure.in'
> chris@max:~/freeciv/patched/auth6o> 

There is no check for stat.h in configure.*.  See the AC_CHECK_HEADERS 
line - this will define HAVE_STAT_H or whatever.

Of course, it's probably a fatal error if stat.h isn't present, and auth 
should not be compiled in.

jason




[Prev in Thread] Current Thread [Next in Thread]