mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
Rebuild configure to ensure consistency.
This commit is contained in:
parent
886c1ff976
commit
cd5bde69a3
1 changed files with 3 additions and 3 deletions
|
|
@ -127,9 +127,6 @@
|
|||
/* define if you have crypt */
|
||||
#undef HAVE_CRYPT
|
||||
|
||||
/* define if MDBM is available */
|
||||
#undef HAVE_MDBM
|
||||
|
||||
/* define if you have GDBM */
|
||||
#undef HAVE_GDBM
|
||||
|
||||
|
|
@ -580,6 +577,9 @@
|
|||
/* define if you have (or want) no threads */
|
||||
#undef NO_THREADS
|
||||
|
||||
/* define if MDBM is available */
|
||||
#undef HAVE_MDBM
|
||||
|
||||
/* define if you have -lwrap */
|
||||
#undef HAVE_TCPD
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue