[Python-Dev] Re: [Python-checkins] CVS: python/dist/src configure,1.274,1.275 configure.in,1.283,1.284 (original) (raw)
Neil Schemenauer nas@python.ca
Tue, 4 Dec 2001 14:36:06 -0800
- Previous message: [Python-Dev] nested scopes confusion
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src configure,1.274,1.275 configure.in,1.283,1.284
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
+ if test "$PyDEBUG" = 'true'; then + : + else + OPT="-DNDEBUG $OPT" + fi +
Shouldn't this go into DEFS?
Neil
- Previous message: [Python-Dev] nested scopes confusion
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src configure,1.274,1.275 configure.in,1.283,1.284
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]