From ceb49d3742e4c27fdd86f9a6b043bebf7f42deaa Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 21 Aug 2008 00:06:15 +0000 Subject: Get rid of ENABLE_64BIT symbol definition and usage. Improve HAVE_LONGLONG symbol description. --- ares/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ares') diff --git a/ares/configure.ac b/ares/configure.ac index a4361c31c..6a8cf7dce 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -582,7 +582,8 @@ AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(time_t) AC_CHECK_TYPE(long long, - [AC_DEFINE(HAVE_LONGLONG, 1, [if your compiler supports long long])] + [AC_DEFINE(HAVE_LONGLONG, 1, + [Define to 1 if the compiler supports the 'long long' data type.])] longlong="yes" ) -- cgit v1.2.3