wsanchez 99/12/03 16:59:57
Modified: . configure Log: Try to keep the platform overrides in one place for sanity. Revision Changes Path 1.111 +4 -6 apache-1.3/configure Index: configure =================================================================== RCS file: /home/cvs/apache-1.3/configure,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- configure 1999/11/28 14:15:35 1.110 +++ configure 1999/12/04 00:59:52 1.111 @@ -236,12 +236,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 @@ -327,6 +321,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" ;;