configure: unify macro naming for available headers

This commit is contained in:
Miroslav Lichvar
2014-09-19 11:06:37 +02:00
parent cb28d6cdb7
commit 767a8b19a9
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@@ -436,11 +436,11 @@ else
fi
if test_code '<stdint.h>' 'stdint.h' '' '' ''; then
add_def HAS_STDINT_H
add_def HAVE_STDINT_H
fi
if test_code '<inttypes.h>' 'inttypes.h' '' '' ''; then
add_def HAS_INTTYPES_H
add_def HAVE_INTTYPES_H
fi
if [ $feat_ipv6 = "1" ] && \