Various configure/build tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40062 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-08-19 12:20:24 +00:00
parent 116e5f8211
commit 33ed35331b
17 changed files with 73 additions and 119 deletions

9
configure vendored
View file

@ -632,6 +632,7 @@ WARN_FLAGS
LDIR_FLAGS
INCLUDE_FLAGS
USE_GMP
HAVE_LIBDISPATCH_RUNLOOP
HAVE_LIBDISPATCH
HAVE_ICU
ICU_LIBS
@ -12351,6 +12352,7 @@ $as_echo "no" >&6; };
fi
HAVE_LIBDISPATCH_RUNLOOP=0
if test $HAVE_LIBDISPATCH = 1; then
# We check whether we have a variant of libdispatch that allows runloop
# integration
@ -12366,8 +12368,15 @@ _ACEOF
fi
done
if test "$ac_cv_func_dispatch_main_queue_drain_np" = "no"; then
HAVE_LIBDISPATCH_RUNLOOP=1
fi
if test "$ac_cv_func_dispatch_get_main_queue_handle_np" = "no"; then
HAVE_LIBDISPATCH_RUNLOOP=1
fi
fi
#--------------------------------------------------------------------
# Check GMP for NSDecimal
#--------------------------------------------------------------------