You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 2000/02/06 02:27:27 UTC

cvs commit: apache-1.3/src Configure

martin      00/02/05 17:27:24

  Modified:    src      Configure
  Log:
  Improve DSO default for SINIX cc
  
  Revision  Changes    Path
  1.393     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.392
  retrieving revision 1.393
  diff -u -r1.392 -r1.393
  --- Configure	2000/02/05 14:15:42	1.392
  +++ Configure	2000/02/06 01:27:19	1.393
  @@ -1226,7 +1226,7 @@
   	    # Older SINIX machines must be linked as "shared core"-Apache
   	    case $CC in
   		*/gcc|gcc ) CFLAGS_SHLIB="-fpic" ;;
  -		*/cc|cc   ) CFLAGS_SHLIB="-KPIC" ;;
  +		*)          CFLAGS_SHLIB="-KPIC" ;;
   	    esac
   	    LDFLAGS_SHLIB="-G"
   	    LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB