Re: [PATCH] fix for --enable-debug configuration option
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-09-02 23:34:51 CEST
Marc Singer <elf@buici.com> writes:
Patches should be sent to the dev list (I've set Mail-Followup-To),
> I've looked deeper into the configure script and found that
I don't understand your explanation of the problem, or your
If I run ./configure without your patch I get a Makefile that includes
CFLAGS = -g -O2 -pthread -DNEON_ZLIB -DNEON_SSL $(EXTRA_CFLAGS)
so I get -g without passing --enable-debug. (If I pass --disable-debug
With your patch I get I get
CFLAGS = -g -O2 -g -O2 -pthread -DNEON_ZLIB -DNEON_SSL $(EXTRA_CFLAGS)
which doesn't seem right.
I don't have apr, apr-util, db or neon in the Subversion build tree,
> Index: configure.in
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Sep 2 23:35:44 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.