Re: Heimdal autotools dramas

2005-11-26 Thread Brian May
> "Gabor" == Gabor Gombas <[EMAIL PROTECTED]> writes: Gabor> It tests for the GLOB_QUOTE flag but that is not present in Gabor> glibc, so it decides that glibc's glob() function is not Gabor> good enough. See cf/broken-glob.m4. Arhh... This brings back memories. Now I just need t

Re: Heimdal autotools dramas

2005-11-26 Thread Gabor Gombas
On Sat, Nov 26, 2005 at 11:44:48AM +1100, Brian May wrote: > The Heimdal configure script correctly detects that glob() is present > in libc6, but appears to build glob.c anyway, and it also installs > glob.h. It tests for the GLOB_QUOTE flag but that is not present in glibc, so it decides that g

Re: Heimdal autotools dramas

2005-11-25 Thread Brian May
My biggest concern with the Heimdal in experimental, is glob() in libroken. To the best of my knowledge, it isn't required because libc6 glob() does everything required. I am concerned, because of the potential of the symbols conflicting with the function in libc6. The Heimdal configure script c