bjh         99/06/24 21:32:50

  Modified:    src      Configure
  Log:
  OS/2: Change some compiler switches to make core compatible with 3rd party
  modules that use autoconf, esp. PHP3, and remove some redundant switched.
  
  Revision  Changes    Path
  1.357     +2 -2      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.356
  retrieving revision 1.357
  diff -u -r1.356 -r1.357
  --- Configure 1999/06/22 21:54:42     1.356
  +++ Configure 1999/06/25 04:32:48     1.357
  @@ -333,8 +333,8 @@
        OSDIR="os/os2"
        DEF_WANTHSREGEX=yes
        OS='EMX OS/2'
  -     CFLAGS="$CFLAGS -DOS2 -Zbsd-signals -Zbin-files -Zcrtdll -DTCPIPV4 -g"
  -     LDFLAGS="$LDFLAGS -Zexe -Zcrtdll"
  +     CFLAGS="$CFLAGS -DOS2 -DTCPIPV4 -g -Zmt"
  +     LDFLAGS="$LDFLAGS -Zexe -Zmtd -Zsysv-signals -Zbin-files"
        LIBS="$LIBS -lsocket -lufc -lbsd"
        DBM_LIB="-lgdbm"
        SHELL=sh
  
  
  

Reply via email to