summaryrefslogtreecommitdiffstats
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-30 21:48:49 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-30 21:48:49 +0100
commitba4ef2757cfc126f342b710f1ad9ea39e6b56cec (patch)
tree6cf877a8c549b74c010e51be5ca91cd436b39162 /src/auto
parentb638a7be952544ceb03052c25b84224577a6494b (diff)
patch 7.4.1216v7.4.1216
Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined.
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 8dfecaf285..967a568829 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -10064,7 +10064,7 @@ fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
-for ac_header in stdarg.h stdint.h stdlib.h string.h \
+for ac_header in stdint.h stdlib.h string.h \
sys/select.h sys/utsname.h termcap.h fcntl.h \
sgtty.h sys/ioctl.h sys/time.h sys/types.h \
termio.h iconv.h inttypes.h langinfo.h math.h \