trawick 01/05/15 05:45:05
Modified: . configure.in
Log:
don't hard-code some dll-related flags for OS/390 in
configure.in; libtool should figure out whether or not
objects should export their symbols for use in DLLs
Revision Changes Path
1.308 +1 -5 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- configure.in 2001/05/13 13:06:09 1.307
+++ configure.in 2001/05/15 12:45:00 1.308
@@ -819,12 +819,8 @@
fi
if test "$tempdso" = "no"; then
case $OS in
- *-os2*)
+ *os390|*-os2*)
tempdso="yes"
- ;;
- *os390)
- tempdso="yes"
- APR_ADDTO(CFLAGS, [-Wc,DLL,EXPORTALL])
;;
esac
fi