You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ws...@hyperreal.org on 1999/12/04 02:01:13 UTC

cvs commit: apache-2.0 configure

wsanchez    99/12/03 17:01:12

  Modified:    .        configure
  Log:
  Try to keep the platform overrides in one place.
  
  Revision  Changes    Path
  1.6       +4 -6      apache-2.0/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/apache-2.0/configure,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- configure	1999/10/05 14:46:06	1.5
  +++ configure	1999/12/04 01:01:03	1.6
  @@ -237,12 +237,6 @@
   iflags_dso="-m 755"
   iflags_script="-m 755"
   iflags_data="-m 644"
  -case $PLATFORM in
  -    *OS/2* ) 
  -        iflags_program="$iflags_program -e .exe" 
  -        iflags_core="$iflags_core -e .exe" 
  -        ;;
  -esac
   
   #   various other flags
   support=1
  @@ -328,6 +322,10 @@
   	iflags_core="${iflags_core} -S \"-S\"" 
   	iflags_dso="${iflags_dso} -S \"-S\""
   	;;
  +    *OS/2* ) 
  +        iflags_program="$iflags_program -e .exe" 
  +        iflags_core="$iflags_core -e .exe" 
  +        ;;
      *)
   	default_layout="Apache"
   	;;