diff options
author | dgp <dgp@users.sourceforge.net> | 2015-03-24 19:13:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-03-24 19:13:10 (GMT) |
commit | e450f5762837d46e9c72791b8af7361838364291 (patch) | |
tree | b5bae340eed26502e2261af9d5f190b6893f1b2d /unix/configure.in | |
parent | e376bb72e8ff45dbe2d1754b98b28b4dfa1015c1 (diff) | |
download | tk-e450f5762837d46e9c72791b8af7361838364291.zip tk-e450f5762837d46e9c72791b8af7361838364291.tar.gz tk-e450f5762837d46e9c72791b8af7361838364291.tar.bz2 |
Purge configuration efforts at supporting platforms lacking <limits.h>.
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/configure.in b/unix/configure.in index 26aadfd..5a18d46 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -81,12 +81,6 @@ fi AC_PROG_CC AC_C_INLINE -# limits header checks must come early to prevent -# an autoconf bug that throws errors on configure -AC_CHECK_HEADER(limits.h, - [AC_DEFINE(HAVE_LIMITS_H, 1, [Do we have <limits.h>?])], - [AC_DEFINE(NO_LIMITS_H, 1, [Do we have <limits.h>?])]) - #-------------------------------------------------------------------- # Supply a substitute for stdlib.h if it doesn't define strtol, # strtoul, or strtod (which it doesn't in some versions of SunOS). |