ben 96/12/05 02:48:30
Modified: src Configure
Log:
Make Irix 64 compile Apache 32-bit for now.
Revision Changes Path
1.42 +5 -1 apache/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache/src/Configure,v
retrieving revision 1.41
retrieving revision 1.42
diff -C3 -r1.41 -r1.42
*** Configure 1996/12/03 17:35:27 1.41
--- Configure 1996/12/05 10:48:29 1.42
***************
*** 171,177 ****
OS='HP-UX'
CFLAGS="$CFLAGS -DHPUX"
;;
! *-sgi-irix*)
DEF_WANTHSREGEX=yes
DBM_LIB=""
if [ "$RULE_IRIXNIS" = "yes" ]; then
--- 171,181 ----
OS='HP-UX'
CFLAGS="$CFLAGS -DHPUX"
;;
! *-sgi-irix64)
! # Note: We'd like to see patches to compile 64-bit, but for now...
! CFLAGS="$CFLAGS -n32"
! LFLAGS="$LFLAGS -n32"
! *-sgi-irix)
DEF_WANTHSREGEX=yes
DBM_LIB=""
if [ "$RULE_IRIXNIS" = "yes" ]; then