/[axel]/trunk/configure
ViewVC logotype

Diff of /trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by appaji-guest, Fri Jan 11 12:03:59 2008 UTC revision 13 by appaji-guest, Wed Jan 16 07:55:21 2008 UTC
# Line 85  if [ "$i18n" = "1" ]; then Line 85  if [ "$i18n" = "1" ]; then
85          fi;          fi;
86  fi  fi
87    
88    echo 'CFLAGS=-g' >> Makefile.settings
89  if [ "$debug" = "1" ]; then  if [ "$debug" = "1" ]; then
         echo 'CFLAGS=-g' >> Makefile.settings  
90          echo 'DEBUG=1' >> Makefile.settings          echo 'DEBUG=1' >> Makefile.settings
91          echo '#define DEBUG' >> config.h;          echo '#define DEBUG' >> config.h;
 else  
         echo 'CFLAGS=-O3' >> Makefile.settings;  
92  fi  fi
93    
94  if [ "$i18n" = "1" ]; then  if [ "$i18n" = "1" ]; then

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.5