[Fedora-directory-commits] mod_admserv configure, 1.20, 1.21 configure.in, 1.17, 1.18

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Oct 5 23:22:22 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/mod_admserv
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6601

Modified Files:
	configure configure.in 
Log Message:
fix comment


Index: configure
===================================================================
RCS file: /cvs/dirsec/mod_admserv/configure,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- configure	5 Oct 2006 23:04:56 -0000	1.20
+++ configure	5 Oct 2006 23:22:19 -0000	1.21
@@ -19499,7 +19499,8 @@
 fi
 
 if test -z "$ldapsdk_ver" ; then
-   # figure out version of ldapsdk
+   # figure out version of ldapsdk - if we find a 60 version, break, use it
+   # otherwise, keep looking
     for file in $LDAPSDKLIBDIR/libldap??.so* ; do
         case $file in
         *libldap60.so*) ldapsdk_ver=60 ; break ;;


Index: configure.in
===================================================================
RCS file: /cvs/dirsec/mod_admserv/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- configure.in	5 Oct 2006 23:04:57 -0000	1.17
+++ configure.in	5 Oct 2006 23:22:19 -0000	1.18
@@ -230,7 +230,8 @@
 fi
 
 if test -z "$ldapsdk_ver" ; then
-   # figure out version of ldapsdk
+   # figure out version of ldapsdk - if we find a 60 version, break, use it
+   # otherwise, keep looking
     for file in $LDAPSDKLIBDIR/libldap??.so* ; do
         case $file in
         *libldap60.so*) ldapsdk_ver=60 ; break ;;




More information about the Fedora-directory-commits mailing list