diff options
author | simonm <unknown> | 1998-08-14 15:24:10 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-08-14 15:24:10 +0000 |
commit | dd49f15a8dfce0cef38f020a5ef787df4212f7f8 (patch) | |
tree | 435e09335fc37fb605ba839094befb92836f5698 | |
parent | a0c8b536e17107f819a269a07ab89cbc9aea4c4d (diff) | |
download | haskell-dd49f15a8dfce0cef38f020a5ef787df4212f7f8.tar.gz |
[project @ 1998-08-14 15:24:10 by simonm]
remove old test for GLIBC.
-rw-r--r-- | aclocal.m4 | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 8d3c106985..8ac66dff1c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.24 1998/08/06 10:28:34 simonm Exp $ +dnl $Id: aclocal.m4,v 1.25 1998/08/14 15:24:10 simonm Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -6,23 +6,6 @@ dnl To be a good autoconf citizen, names of local macros have dnl prefixed with FPTOOLS_ to ensure we don't clash dnl with any pre-supplied autoconf ones. -dnl -dnl Are we running under the GNU libc? Need -D_GNU_SOURCE to get -dnl caddr_t and such. -dnl -AC_DEFUN(FPTOOLS_GNU_LIBC, -[AC_CACHE_CHECK([GNU libc], fptools_cv_gnu_libc, -[AC_EGREP_CPP(yes, -[#include <features.h> -#ifdef __GLIBC__ -yes -#endif -], fptools_cv_gnu_libc=yes, fptools_cv_gnu_libc=no)]) -if test "$fptools_cv_gnu_libc" = yes; then - AC_DEFINE(_GNU_SOURCE) -fi -]) - dnl dnl Has timezone the type time_t or long (HP-UX 10.20 apparently dnl has `long'..) |