summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-24 16:27:15 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-24 16:34:07 +0200
commit609a81096ec95e56e4516e73529942e48ea7b23b (patch)
treeb166ef943a744962af812a6e61927b0dd87fe1b5 /configure.ac
parent2e1b6ac8453cd1579908f8712ca9a0069787b82f (diff)
downloadmanaserv-609a81096ec95e56e4516e73529942e48ea7b23b.tar.gz
manaserv-609a81096ec95e56e4516e73529942e48ea7b23b.tar.xz
manaserv-609a81096ec95e56e4516e73529942e48ea7b23b.zip
Fixed compilation problem with GCC 4.4
Fix ported from the client.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 88a4e0a..518937b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ LIBS="$LIBS $XML2_LIBS"
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_TIME
+AC_CHECK_HEADERS([stdint.h])
# Checks for library functions.
AC_FUNC_VPRINTF