summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Eisentraut2004-09-17 22:31:59 +0000
committerPeter Eisentraut2004-09-17 22:31:59 +0000
commit915351e9c72cae28b69270b0349f6d44532214aa (patch)
treeed2e5d6f58479840dea75809ea7796889ca5534a /configure
parent24cfc14019b4af3ee10c7042ef2206843d238910 (diff)
Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave just
like Linux; we just need to recognize the system types.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 0da63ad57fb..9b37d278450 100755
--- a/configure
+++ b/configure
@@ -1391,7 +1391,8 @@ case $host_os in
freebsd*) template=freebsd ;;
hpux*) template=hpux ;;
irix*) template=irix ;;
- linux*) template=linux ;;
+ linux*|gnu*|k*bsd*-gnu)
+ template=linux ;;
mingw*) template=win32 ;;
netbsd*) template=netbsd ;;
nextstep*) template=nextstep ;;