bjh 99/12/07 06:15:03
Modified: . configure
Log:
Give OS/2 back a default layout, disabled by previous patch.
Revision Changes Path
1.112 +1 -0 apache-1.3/configure
Index: configure
===================================================================
RCS file: /home/cvs/apache-1.3/configure,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- configure 1999/12/04 00:59:52 1.111
+++ configure 1999/12/07 14:14:59 1.112
@@ -322,6 +322,7 @@
iflags_dso="${iflags_dso} -S \"-S\""
;;
*OS/2* )
+ default_layout="Apache"
iflags_program="${iflags_program} -e .exe"
iflags_core="${iflags_core} -e .exe"
;;