bjh 00/12/12 04:42:04
Modified: . configure.in
Log:
Include DSO support on OS/2 by default as DLL loading is supported by the
native API, no libdl needed.
Revision Changes Path
1.187 +1 -1 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- configure.in 2000/12/12 12:30:18 1.186
+++ configure.in 2000/12/12 12:42:03 1.187
@@ -489,7 +489,7 @@
fi
if test "$tempdso" = "no"; then
case $OS in
- *os390)
+ *os390|*-os2*)
tempdso="yes"
;;
esac