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

View File

@@ -62,9 +62,9 @@
#include <syslog.h>
#include <time.h>
#ifdef HAS_INTTYPES_H
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#elif HAS_STDINT_H
#elif HAVE_STDINT_H
#include <stdint.h>
#else
/* Tough */