[Fedora-directory-commits] mod_admserv configure.in, 1.20, 1.21 aclocal.m4, 1.14, 1.15 mkinstalldirs, 1.5, 1.6 missing, 1.5, 1.6 install-sh, 1.5, 1.6 depcomp, 1.5, 1.6 configure, 1.24, 1.25 Makefile.in, 1.22, 1.23 config.sub, 1.5, 1.6 config.guess, 1.5, 1.6

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu May 17 16:04:21 UTC 2007


Author: rmeggins

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

Modified Files:
	configure.in aclocal.m4 mkinstalldirs missing install-sh 
	depcomp configure Makefile.in config.sub config.guess 
Log Message:
mod_admserv must use mozldap v 6 now


Index: configure.in
===================================================================
RCS file: /cvs/dirsec/mod_admserv/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- configure.in	11 May 2007 19:46:36 -0000	1.20
+++ configure.in	17 May 2007 16:04:19 -0000	1.21
@@ -224,7 +224,7 @@
     elif $PKG_CONFIG --exists mozldap; then
       ldapsdk_inc=`$PKG_CONFIG --cflags-only-I mozldap`
       ldapsdk_lib=`$PKG_CONFIG --libs-only-L mozldap`
-      ldapsdk_ver=50
+      ldapsdk_ver=60
     else
       AC_MSG_ERROR([LDAPSDK not found, specify with --with-ldapsdk[-inc|-lib].])
     fi












Index: configure
===================================================================
RCS file: /cvs/dirsec/mod_admserv/configure,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- configure	11 May 2007 19:46:36 -0000	1.24
+++ configure	17 May 2007 16:04:19 -0000	1.25
@@ -19522,7 +19522,7 @@
     elif $PKG_CONFIG --exists mozldap; then
       ldapsdk_inc=`$PKG_CONFIG --cflags-only-I mozldap`
       ldapsdk_lib=`$PKG_CONFIG --libs-only-L mozldap`
-      ldapsdk_ver=50
+      ldapsdk_ver=60
     else
       { { echo "$as_me:$LINENO: error: LDAPSDK not found, specify with --with-ldapsdk-inc|-lib." >&5
 echo "$as_me: error: LDAPSDK not found, specify with --with-ldapsdk-inc|-lib." >&2;}










More information about the Fedora-directory-commits mailing list