From: Kurt Zeilenga Date: Wed, 24 Mar 2004 04:19:59 +0000 (+0000) Subject: Hide x_compile flag (as it doesn't work) X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~181 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7f8cd598259594bb0099bb2447ad04fb14703bfb;p=openldap Hide x_compile flag (as it doesn't work) --- diff --git a/configure.in b/configure.in index d6e36ee359..f7456850d6 100644 --- a/configure.in +++ b/configure.in @@ -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