From 784b8a5e679728529e2ad135f1f0d8c6575912e6 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:50:59 +0200 Subject: [PATCH] Restore ./configure --enable-x11 on macOS --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ec62785c0..2c0738d8d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;; *)