mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 14:53:33 -05:00
Hide x_compile flag (as it doesn't work)
This commit is contained in:
parent
bd765b849d
commit
7f8cd59825
1 changed files with 3 additions and 2 deletions
|
|
@ -150,8 +150,9 @@ dnl OL_ARG_ENABLE(kbind,[ --enable-kbind enable LDAPv2+ Kerberos IV bind (dep
|
|||
ol_enable_kbind=${ol_enable_kbind-no}
|
||||
OL_ARG_ENABLE(ipv6,[ --enable-ipv6 enable IPv6 support], auto)dnl
|
||||
OL_ARG_ENABLE(local,[ --enable-local enable AF_LOCAL (AF_UNIX) socket support], auto)dnl
|
||||
OL_ARG_ENABLE(x_compile,[ --enable-x-compile enable cross compiling],
|
||||
no, [yes no])dnl
|
||||
dnl OL_ARG_ENABLE(x_compile,[ --enable-x-compile enable cross compiling],
|
||||
dnl no, [yes no])dnl
|
||||
ol_enable_x_compile=${ol_enable_x_compile-no}
|
||||
|
||||
dnl ----------------------------------------------------------------
|
||||
dnl General "with" options
|
||||
|
|
|
|||
Loading…
Reference in a new issue