]> git.sur5r.net Git - openldap/commitdiff
Fix libtool 1.5 annoyance - disable checks for c++, f77, gcj
authorHoward Chu <hyc@openldap.org>
Sun, 28 Aug 2005 00:23:35 +0000 (00:23 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 28 Aug 2005 00:23:35 +0000 (00:23 +0000)
configure.in

index eb2191f97ab5b895ba43bdad4a4c722c24609b5d..bf859e6c0b22aa591cbfe2086aa59cf64377a1d0 100644 (file)
@@ -16,6 +16,11 @@ dnl ----------------------------------------------------------------
 dnl Disable config.cache!
 define([AC_CACHE_LOAD], )dnl
 define([AC_CACHE_SAVE], )dnl
+dnl ----------------------------------------------------------------
+dnl Disable libtool 1.5 support for languages we don't use
+define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
+define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
+define([AC_LIBTOOL_LANG_GCJ_CONFIG], [:])dnl
 dnl ================================================================
 dnl Configure.in for OpenLDAP
 AC_COPYRIGHT([[Copyright 1998-2005 The OpenLDAP Foundation. All rights reserved.