tagged the head branch

Stefan (metze) Metzmacher metze at metzemix.de
Wed Jul 16 09:02:14 GMT 2003


At 10:20 16.07.2003 +0200, Volker Lendecke wrote:
>On Tue, Jul 15, 2003 at 12:56:49PM -0500, Gerald (Jerry) Carter wrote:
> > Would you mind doing the patch?
>
>Attached is an attempt to blacklist glibc <= 2.3. I have tested this
>under Linux, I don't have any other system currently available.
>
>As this is my first attempt to touch configure.in, can somebody else
>test this to at least run?

You said 2.3.2 is ok, right?

+       if (libc_major < 2)
+              exit(1);
+       if (libc_minor <= 3)
+              exit(1);

didn't you need to check the last '2',
so this patch will mark 2.3.2 as non ok too,right?

Is there something like __GLIBC_RELEASE__ or so for the last number?



metze
-----------------------------------------------------------------------------
Stefan "metze" Metzmacher <metze at metzemix.de>




More information about the samba-technical mailing list