Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 15953 invoked by uid 6000); 16 Aug 1999 00:49:11 -0000 Received: (qmail 15947 invoked by uid 2016); 16 Aug 1999 00:49:10 -0000 Delivered-To: apcore-apache-1.3-cvs@apache.org Received: (qmail 15945 invoked by uid 83); 16 Aug 1999 00:49:09 -0000 Date: 16 Aug 1999 00:49:09 -0000 Message-ID: <19990816004909.15944.qmail@hyperreal.org> From: randy@hyperreal.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src Configure Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org randy 99/08/15 17:49:09 Modified: src Configure Log: Make HPUX use the default .so extension for DSO modules. The right way to do this is probably to propagate the use of SHLIB_EXT_NAME throughout the configuration process, but we have used .so forever for HPUX without any problem and a change of the code to do this The Right Way would be too risky at this late stage. Problem solved. Lets roll. Revision Changes Path 1.369 +0 -2 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /home/cvs/apache-1.3/src/Configure,v retrieving revision 1.368 retrieving revision 1.369 diff -u -r1.368 -r1.369 --- Configure 1999/08/09 17:46:25 1.368 +++ Configure 1999/08/16 00:49:08 1.369 @@ -1217,7 +1217,6 @@ LDFLAGS_SHLIB="-b" LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB LDFLAGS_SHLIB_EXPORT="-Wl,-E -Wl,-B,deferred" - SHLIB_SUFFIX_NAME=sl ;; *-hp-hpux10.*|*-hp-hpux11.*) case $CC in @@ -1227,7 +1226,6 @@ LDFLAGS_SHLIB="-b" LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB LDFLAGS_SHLIB_EXPORT="-Wl,-E -Wl,-B,deferred -Wl,+s" - SHLIB_SUFFIX_NAME=sl ;; *-ibm-aix*) case $CC in