From 7f8cd598259594bb0099bb2447ad04fb14703bfb Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 24 Mar 2004 04:19:59 +0000 Subject: [PATCH] Hide x_compile flag (as it doesn't work) --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5