comparison src/auto/configure @ 31555:5aa54cbc6e20 v9.0.1110

patch 9.0.1110: build fails on Mac OS X 10.4/10.5 Commit: https://github.com/vim/vim/commit/254480736f7db3667c7b84873efb49c2cb1d385f Author: Evan Miller <emmiller@gmail.com> Date: Fri Dec 30 10:42:23 2022 +0000 patch 9.0.1110: build fails on Mac OS X 10.4/10.5 Problem: Build fails on Mac OS X 10.4/10.5 . Solution: Check if the dispatch/dispatch.h header exists. (Evan Miller, closes #11746)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 11:45:05 +0100
parents aaaf695aeb6c
children 509f6a29c8fc
comparison
equal deleted inserted replaced
31554:aa16a5da257a 31555:5aa54cbc6e20
4814 4814
4815 fi 4815 fi
4816 4816
4817 done 4817 done
4818 4818
4819 # 10.5 and earlier lack dispatch
4820 for ac_header in dispatch/dispatch.h
4821 do :
4822 ac_fn_c_check_header_mongrel "$LINENO" "dispatch/dispatch.h" "ac_cv_header_dispatch_dispatch_h" "$ac_includes_default"
4823 if test "x$ac_cv_header_dispatch_dispatch_h" = xyes; then :
4824 cat >>confdefs.h <<_ACEOF
4825 #define HAVE_DISPATCH_DISPATCH_H 1
4826 _ACEOF
4827
4828 fi
4829
4830 done
4831
4819 4832
4820 4833
4821 4834
4822 4835
4823 if test "$cross_compiling" = no; then 4836 if test "$cross_compiling" = no; then