Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
dd49f15a
Commit
dd49f15a
authored
26 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1998-08-14 15:24:10 by simonm]
remove old test for GLIBC.
parent
a0c8b536
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aclocal.m4
+1
-18
1 addition, 18 deletions
aclocal.m4
with
1 addition
and
18 deletions
aclocal.m4
+
1
−
18
View file @
dd49f15a
dnl $Id: aclocal.m4,v 1.2
4
1998/08/
06
1
0
:2
8:34
simonm Exp $
dnl $Id: aclocal.m4,v 1.2
5
1998/08/
14
1
5
:2
4: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'..)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment