Restore ./configure --enable-x11 on macOS

This commit is contained in:
ManoloFLTK 2021-04-12 08:50:59 +02:00
parent 997ffe5a22
commit 784b8a5e67

View File

@ -87,7 +87,7 @@ case $host_os in
darwin*)
if test x$enable_x11 = xyes; then
host_os_gui="X11"
OPTIM="-U__APPLE__ -mmacosx-version-min=10.3 $OPTIM"
OPTIM="-U__APPLE__ -mmacosx-version-min=10.9 -D_LIBCPP_HAS_THREAD_API_PTHREAD $OPTIM"
fi
;;
*)