mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
Fix libtool 1.5 annoyance - disable checks for c++, f77, gcj
This commit is contained in:
parent
39998dfe8d
commit
cc785337f6
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ dnl ----------------------------------------------------------------
|
||||||
dnl Disable config.cache!
|
dnl Disable config.cache!
|
||||||
define([AC_CACHE_LOAD], )dnl
|
define([AC_CACHE_LOAD], )dnl
|
||||||
define([AC_CACHE_SAVE], )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 ================================================================
|
||||||
dnl Configure.in for OpenLDAP
|
dnl Configure.in for OpenLDAP
|
||||||
AC_COPYRIGHT([[Copyright 1998-2005 The OpenLDAP Foundation. All rights reserved.
|
AC_COPYRIGHT([[Copyright 1998-2005 The OpenLDAP Foundation. All rights reserved.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue