martin 98/03/26 06:09:51
Modified: src Configure
Log:
Move BS2000 compile switches to CC macro,
since these flags must be present both for compile and link
Revision Changes Path
1.220 +2 -2 apache-1.3/src/Configure
Index: Configure
===================================================================
RCS file: /home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -u -r1.219 -r1.220
--- Configure 1998/03/25 20:33:39 1.219
+++ Configure 1998/03/26 14:09:50 1.220
@@ -529,8 +529,8 @@
BS2000*-sni-sysv4*)
OS='BS2000'
OSDIR='os/bs2000'
- CC='c89'
- CFLAGS="$CFLAGS -DCHARSET_EBCDIC -DSVR4 -D_XPG_IV -XLLML -XLLMK"
+ CC='c89 -XLLML -XLLMK'
+ CFLAGS="$CFLAGS -DCHARSET_EBCDIC -DSVR4 -D_XPG_IV"
DEF_WANTHSREGEX=yes
LIBS="$LIBS -lsocket -lnsl -lc"
;;