From eb9e50e34482b87725d1557bf0c6193181ac308c Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 15 Feb 2021 16:56:34 +0000 Subject: [PATCH] Also set ac_cv_header_libintl_h --- bootstrap-carla.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap-carla.sh b/bootstrap-carla.sh index 2c83635..000a5cd 100755 --- a/bootstrap-carla.sh +++ b/bootstrap-carla.sh @@ -216,7 +216,8 @@ fi if [ "${MACOS_UNIVERSAL}" -eq 1 ]; then PYTHON_EXTRAFLAGS="--enable-optimizations" -# PYTHON_EXTRAFLAGS+=" ac_cv_lib_intl_textdomain=no" + PYTHON_EXTRAFLAGS+=" ac_cv_lib_intl_textdomain=no" + PYTHON_EXTRAFLAGS+=" ac_cv_header_libintl_h=no" PYTHON_EXTRAFLAGS+=" ac_cv_func_setlocale=no" elif [ "${WIN32}" -eq 1 ]; then export EXTRA_CFLAGS=" -fwrapv -D__USE_MINGW_ANSI_STDIO=1 -D_WIN32_WINNT=0x0601"