mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
*** empty log message ***
This commit is contained in:
parent
577444f947
commit
7bd66343b1
@ -119,6 +119,17 @@ if test $ol_cv_cpp_ebcdic = yes ; then
|
|||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
dnl
|
dnl
|
||||||
|
dnl --------------------------------------------------------------------
|
||||||
|
dnl Check for MSVC
|
||||||
|
AC_DEFUN([OL_MSVC],
|
||||||
|
[AC_REQUIRE_CPP()dnl
|
||||||
|
AC_CACHE_CHECK([for Microsoft Visual C++], ol_cv_msvc,
|
||||||
|
[AC_PREPROC_IFELSE([AC_LANG_SOURCE([[
|
||||||
|
#ifndef _MSC_VER
|
||||||
|
#include <__FOO__/generate_error.h>
|
||||||
|
#endif
|
||||||
|
]])],[ol_cv_msvc=yes],[ol_cv_msvc=no])])])
|
||||||
|
|
||||||
dnl --------------------------------------------------------------------
|
dnl --------------------------------------------------------------------
|
||||||
dnl OpenLDAP version of STDC header check w/ EBCDIC support
|
dnl OpenLDAP version of STDC header check w/ EBCDIC support
|
||||||
AC_DEFUN([OL_HEADER_STDC],
|
AC_DEFUN([OL_HEADER_STDC],
|
||||||
|
@ -665,6 +665,8 @@ AC_LIBTOOL_WIN32_DLL
|
|||||||
AC_LIBTOOL_DLOPEN
|
AC_LIBTOOL_DLOPEN
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
|
OL_MSVC
|
||||||
|
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
dnl Perl
|
dnl Perl
|
||||||
ol_link_perl=no
|
ol_link_perl=no
|
||||||
|
Loading…
Reference in New Issue
Block a user