Skip to content

configure.ac: Fix --enable-thread-safety-constructor

Alan Coopersmith requested to merge alanc/libx11:autoconf into master

Prior to this, --enable-thread-safety-constructor would disable it, while --disable worked as expected, and no option left it enabled as expected by default. This also fixes the --help text to be displayed.

Fixes: afcdb6fb

Signed-off-by: Alan Coopersmith alan.coopersmith@oracle.com

Merge request reports