brian 96/12/10 11:53:20
Modified: src Configure
Log:
Reviewed by: Brian Behlendorf
Submitted by: [EMAIL PROTECTED]
Another small tweak to the HPUX def.
Revision Changes Path
1.52 +1 -1 apache/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache/src/Configure,v
retrieving revision 1.51
retrieving revision 1.52
diff -C3 -r1.51 -r1.52
*** Configure 1996/12/09 06:39:49 1.51
--- Configure 1996/12/10 19:53:17 1.52
***************
*** 169,175 ****
CFLAGS="$CFLAGS -DHPUX10"
# if we're using the HPUX compiler, add a few flags.
if [ "$CC" = "cc" ]; then
! CFLAGS="$CFLAGS -Aa -D_HPUX_SOURCE"
fi
;;
*-hp-hpux*)
--- 169,175 ----
CFLAGS="$CFLAGS -DHPUX10"
# if we're using the HPUX compiler, add a few flags.
if [ "$CC" = "cc" ]; then
! CFLAGS="$CFLAGS -Ae"
fi
;;
*-hp-hpux*)