mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Merge pull request #40 from triplef/fix-libdispatch-enable
Fixed libdispatch configuration switch.
This commit is contained in:
commit
5dac91ce3f
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -12376,7 +12376,7 @@ fi
|
|||
HAVE_LIBDISPATCH=0
|
||||
# Check whether --enable-libdispatch was given.
|
||||
if test "${enable_libdispatch+set}" = set; then :
|
||||
enableval=$enable_libdispatch; enable_libdispatch=no
|
||||
enableval=$enable_libdispatch; enable_libdispatch=$enableval
|
||||
else
|
||||
enable_libdispatch=yes
|
||||
fi
|
||||
|
|
|
@ -3350,7 +3350,7 @@ AC_SUBST(HAVE_ICU)
|
|||
HAVE_LIBDISPATCH=0
|
||||
AC_ARG_ENABLE(libdispatch,
|
||||
[ --disable-libdispatch Disable dispatching blocks via libdispatch],
|
||||
enable_libdispatch=no,
|
||||
enable_libdispatch=$enableval,
|
||||
enable_libdispatch=yes)
|
||||
|
||||
if test $enable_libdispatch = yes; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue