Kaydet (Commit) a0f3c5c8 authored tarafından Barry Warsaw's avatar Barry Warsaw

Document --with-thread as deprecated. This gets rid of the annoying

newline in configure --help.
üst ab1c7918
This diff is collapsed.
......@@ -661,7 +661,9 @@ AC_ARG_WITH(threads,
[ --with(out)-threads[=DIRECTORY] disable/enable thread support])
# --with-thread is deprecated, but check for it anyway
AC_ARG_WITH(thread,,[with_threads=$with_thread])
AC_ARG_WITH(thread,
[ --with(out)-thread[=DIRECTORY] deprecated; use --with(out)-threads],[
with_threads=$with_thread])
if test -z "$with_threads"
then with_threads="yes"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment