summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-06 00:37:26 +0000
committerRoland McGrath <roland@gnu.org>1995-04-06 00:37:26 +0000
commite627021e1b0820de765e0e1d09aa2019539d5bbe (patch)
tree8357dc0d5369480b14f621b143efec8a3b47bc43 /configure.in
parentc0fef53b1e038a29ea57825af88fceeebdab874e (diff)
* hurd/hurdinline.c: Include signal.h first, so we don't define
its inlines too. * sysdeps/unix/sysv/sysv4/sigset.h (__sigfillset): Use ~0L instead of -1 to avoid compiler warning. * configure.in (host_os=linux*): Set elf=yes for this, not just linux*elf*.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e6f044bc69..4ebe404b8b 100644
--- a/configure.in
+++ b/configure.in
@@ -246,7 +246,7 @@ gnu* | linux* | bsd4.4* | netbsd* | freebsd*)
gnu_ld=yes gnu_as=yes
esac
case "$host_os" in
-gnu*elf* | linux*elf* | sysv4* | solaris2*)
+gnu*elf* | linux* | sysv4* | solaris2*)
elf=yes
esac