You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/09/19 14:47:21 UTC

cvs commit: apache-1.3/src Configure

rse         98/09/19 05:47:21

  Modified:    src      Configure
  Log:
  Let SHARED_CORE default to "yes" under Rhapsody to
  make the core symbols available to the module DSOs.
  (The other patch parts are just tab fixes)
  
  Revision  Changes    Path
  1.292     +4 -4      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.291
  retrieving revision 1.292
  diff -u -r1.291 -r1.292
  --- Configure	1998/09/17 14:43:20	1.291
  +++ Configure	1998/09/19 12:47:20	1.292
  @@ -913,14 +913,14 @@
               LDFLAGS_SHLIB_EXPORT=""
               SHLIB_SUFFIX_DEPTH=2
               ;;
  -	*-apple-rhapsody*)
  -	    LD_SHLIB="cc"
  +        *-apple-rhapsody*)
  +            LD_SHLIB="cc"
               CFLAGS_SHLIB=""
               LDFLAGS_SHLIB="-bundle -undefined suppress"
               LDFLAGS_SHLIB_EXPORT=""
               SHLIB_SUFFIX_DEPTH=0
  -	    #DEF_SHARED_CORE=yes
  -	    ;;
  +            DEF_SHARED_CORE=yes
  +            ;;
           *-solaris2*)
               case $CC in
                   */gcc|gcc ) CFLAGS_SHLIB="-fpic" ;;