aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-21 00:06:15 +0000
committerYang Tse <yangsita@gmail.com>2008-08-21 00:06:15 +0000
commitceb49d3742e4c27fdd86f9a6b043bebf7f42deaa (patch)
tree55ab5f39955da616c90617d17292741935a10c7f /configure.ac
parent44142f823474da2675bc8fb591c295111733dc53 (diff)
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 9ebb9ba6d..76ccb8829 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2001,7 +2001,8 @@ AC_CHECK_SIZEOF(time_t)
AC_CHECK_SIZEOF(off_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"
)