summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-21 00:06:16 +0000
committerYang Tse <yangsita@gmail.com>2008-08-21 00:06:16 +0000
commitc64329b7b1c8c647b1552de26f810141ea091d69 (patch)
tree8e7d0badea0f9b50e65d11782d8c4be3352d4724 /configure.ac
parent5e9322f450b2b77fb3fa75ed77c3ddfc28a166d3 (diff)
downloadc-ares-c64329b7b1c8c647b1552de26f810141ea091d69.tar.gz
c-ares-c64329b7b1c8c647b1552de26f810141ea091d69.tar.bz2
c-ares-c64329b7b1c8c647b1552de26f810141ea091d69.zip
Get rid of ENABLE_64BIT symbol definition and usage.
Improve HAVE_LONGLONG symbol description.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4361c3..6a8cf7d 100644
--- a/configure.ac
+++ b/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"
)