Skip to content
Snippets Groups Projects
Commit 7f8cd598 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Hide x_compile flag (as it doesn't work)

parent bd765b84
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment