summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-31 09:55:34 +1100
committerDamien Miller <djm@mindrot.org>1999-12-31 09:55:34 +1100
commitaa7b64d98af7029d4e28d36f6daba564fce0d9a8 (patch)
tree0f402a6b47bf66046bd05b6ac18d2faf1878ca09 /configure.in
parente7f626c8f13d52acdfc30391c68db312e9eddedf (diff)
- Remove test for quad_t. No longer needed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index 79edfa396..8b3af35f8 100644
--- a/configure.in
+++ b/configure.in
@@ -138,17 +138,6 @@ AC_CHECK_SIZEOF(long int, 4)
138AC_CHECK_SIZEOF(long long int, 8) 138AC_CHECK_SIZEOF(long long int, 8)
139 139
140dnl More checks for data types 140dnl More checks for data types
141AC_MSG_CHECKING([for quad_t])
142AC_TRY_COMPILE(
143 [#include <sys/types.h>],
144 [quad_t a; a = 1235;],
145 [
146 AC_DEFINE(HAVE_QUAD_T)
147 AC_MSG_RESULT(yes)
148 ],
149 [AC_MSG_RESULT(no)]
150)
151
152AC_MSG_CHECKING([for intXX_t types]) 141AC_MSG_CHECKING([for intXX_t types])
153AC_TRY_COMPILE( 142AC_TRY_COMPILE(
154 [#include <sys/types.h>], 143 [#include <sys/types.h>],