mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
rebuild
This commit is contained in:
parent
384f479d9f
commit
1194042b57
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.633 2006/04/29 08:09:31 hyc Exp .
|
||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.634 2006/07/06 05:51:14 kurt Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
|
|
@ -37912,7 +37912,7 @@ _ACEOF
|
|||
|
||||
fi
|
||||
|
||||
if test $ac_cv_header_gmp_h = yes && test $ac_cv_lib_gmp = yes ; then
|
||||
if test $ac_cv_header_gmp_h = yes && test $ac_cv_lib_gmp___gmpz_add_ui = yes ; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define USE_MP_GMP 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue