summaryrefslogtreecommitdiffstats
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-11-03 00:41:00 +0100
committerBram Moolenaar <Bram@vim.org>2013-11-03 00:41:00 +0100
commit39766a7595461b89d1aebff72ac3853225e6a4c5 (patch)
tree00df2e3fe0c13c49f737e9b2a2b52c472b1e4873 /src/auto
parent0b400087d076ba1a476d753c019fbfd96d8ae58e (diff)
updated for version 7.4.061v7.4.061
Problem: Availability macros configure check in wrong place. Solution: Also check when not using Darwin. Remove version check.
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 9f43e8de27..75f76a6301 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -4223,7 +4223,7 @@ rm -f core conftest.err conftest.$ac_objext \
OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o"
CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp"
- # On IRIX 5.3, sys/types and inttypes.h are conflicting.
+ # On IRIX 5.3, sys/types and inttypes.h are conflicting.
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
inttypes.h stdint.h unistd.h
do :
@@ -4241,16 +4241,7 @@ fi
done
-ac_fn_c_check_header_mongrel "$LINENO" "AvailabilityMacros.h" "ac_cv_header_AvailabilityMacros_h" "$ac_includes_default"
-if test "x$ac_cv_header_AvailabilityMacros_h" = x""yes; then :
-
-$as_echo "#define HAVE_AVAILABILITYMACROS_H 1" >>confdefs.h
-
-fi
-
-
-
- ac_fn_c_check_header_mongrel "$LINENO" "Carbon/Carbon.h" "ac_cv_header_Carbon_Carbon_h" "$ac_includes_default"
+ac_fn_c_check_header_mongrel "$LINENO" "Carbon/Carbon.h" "ac_cv_header_Carbon_Carbon_h" "$ac_includes_default"
if test "x$ac_cv_header_Carbon_Carbon_h" = x""yes; then :
CARBON=yes
fi
@@ -4272,6 +4263,13 @@ else
$as_echo "no" >&6; }
fi
+ac_fn_c_check_header_mongrel "$LINENO" "AvailabilityMacros.h" "ac_cv_header_AvailabilityMacros_h" "$ac_includes_default"
+if test "x$ac_cv_header_AvailabilityMacros_h" = x""yes; then :
+ HAVE_AVAILABILITYMACROS_H=1
+fi
+
+
+