martin      99/12/20 06:50:57

  Modified:    src      Configure
  Log:
  Add a default compiler switch
  
  Revision  Changes    Path
  1.383     +2 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.382
  retrieving revision 1.383
  diff -u -r1.382 -r1.383
  --- Configure 1999/12/15 21:45:17     1.382
  +++ Configure 1999/12/20 14:50:55     1.383
  @@ -627,7 +627,8 @@
       BS2000*-siemens-sysv4*)
        OS='BS2000'
        OSDIR='os/bs2000'
  -     CC='c89 -XLLML -XLLMK -XL'
  +     # If you are using a CPP before V3.0, delete the -Kno_integer_overflow 
flag
  +     CC='c89 -XLLML -XLLMK -XL -Kno_integer_overflow'
        CFLAGS="$CFLAGS -DCHARSET_EBCDIC -DSVR4 -D_XPG_IV"
        DEF_WANTHSREGEX=yes
        DBM_LIB=""
  
  
  

Reply via email to