brane 00/12/19 04:07:27
Modified: . configure.in
Log:
Add missing `fi'. I must have misapplied the patch. My apologies.
Revision Changes Path
1.192 +1 -0 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- configure.in 2000/12/19 11:59:16 1.191
+++ configure.in 2000/12/19 12:07:27 1.192
@@ -491,6 +491,7 @@
if test "$tempdso" = "no"; then
AC_CHECK_LIB(dld, shl_load, [ tempdso="yes" LIBS="$LIBS -ldld" ],
tempdso="no")
+ fi
if test "$tempdso" = "no"; then
case $OS in
*os390|*-os2*)