Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id WAA27086; Wed, 2 Jul 1997 22:57:13 -0700 (PDT) Received: (from dgaudet@localhost) by hyperreal.org (8.8.5/8.8.5) id WAA27081 for apache-cvs; Wed, 2 Jul 1997 22:57:11 -0700 (PDT) Date: Wed, 2 Jul 1997 22:57:11 -0700 (PDT) From: Dean Gaudet Message-Id: <199707030557.WAA27081@hyperreal.org> To: apache-cvs@hyperreal.org Subject: cvs commit: apache/src CHANGES Configure Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org dgaudet 97/07/02 22:57:11 Modified: src CHANGES Configure Log: PR#695: fix problem compiling http_bprintf.c with gcc under SCO Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Randy Terbush Revision Changes Path 1.320 +3 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.319 retrieving revision 1.320 diff -C3 -r1.319 -r1.320 *** CHANGES 1997/07/01 06:32:50 1.319 --- CHANGES 1997/07/03 05:57:08 1.320 *************** *** 162,167 **** --- 162,170 ---- *) PORT: Workaround for AIX 3.x compiler bug in http_bprintf.c. [Marc Slemko] PR#725 + + *) PORT: fix problem compiling http_bprintf.c with gcc under SCO + [Marc Slemko] PR#695 Changes with Apache 1.2 1.105 +3 -1 apache/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache/src/Configure,v retrieving revision 1.104 retrieving revision 1.105 diff -C3 -r1.104 -r1.105 *** Configure 1997/07/01 01:15:27 1.104 --- Configure 1997/07/03 05:57:08 1.105 *************** *** 375,381 **** OS='SCO 5' CFLAGS="$CFLAGS -DSCO5" LIBS="$LIBS -lsocket -lmalloc -lprot" ! OSBPRINTF="-K noinline" DEF_WANTHSREGEX=no ;; *-solaris2*) --- 375,383 ---- OS='SCO 5' CFLAGS="$CFLAGS -DSCO5" LIBS="$LIBS -lsocket -lmalloc -lprot" ! if [ "$CC" = "cc" ] || [ "$COMPILER" = "cc" ]; then ! OSBPRINTF="-K noinline" ! fi DEF_WANTHSREGEX=no ;; *-solaris2*)