mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
116e5f8211
commit
33ed35331b
17 changed files with 73 additions and 119 deletions
9
configure
vendored
9
configure
vendored
|
@ -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
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue