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
  
  
  

Reply via email to