svn commit: samba r16775 - in trunk/source: .
vlendec at samba.org
vlendec at samba.org
Mon Jul 3 06:58:39 GMT 2006
Author: vlendec
Date: 2006-07-03 06:58:39 +0000 (Mon, 03 Jul 2006)
New Revision: 16775
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16775
Log:
Attempt to get HP/UX host "gwen" into the build farm
Volker
Modified:
trunk/source/configure.in
Changeset:
Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in 2006-07-03 06:40:56 UTC (rev 16774)
+++ trunk/source/configure.in 2006-07-03 06:58:39 UTC (rev 16775)
@@ -3167,6 +3167,18 @@
with_ldap_support=no
fi
+
+ ##################################################################
+ # HP/UX does not have ber_tag_t, disable LDAP there
+ AC_CHECK_TYPE(ber_tag_t,,,[#include <lber.h>])
+ if test x"$ac_cv_type_ber_tag_t" != x"yes"; then
+ if test x"$with_ldap_support" = x"yes"; then
+ AC_MSG_ERROR(ber_tag_t is needed for LDAP support)
+ else
+ AC_MSG_WARN(ber_tag_t is needed for LDAP support)
+ fi
+ with_ldap_support=no
+ fi
fi
if test x"$with_ldap_support" != x"no"; then
More information about the samba-cvs
mailing list