Skip to content

Commit 915351e

Browse files
committed
Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave just
like Linux; we just need to recognize the system types.
1 parent 24cfc14 commit 915351e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,8 @@ case $host_os in
13911391
freebsd*) template=freebsd ;;
13921392
hpux*) template=hpux ;;
13931393
irix*) template=irix ;;
1394-
linux*) template=linux ;;
1394+
linux*|gnu*|k*bsd*-gnu)
1395+
template=linux ;;
13951396
mingw*) template=win32 ;;
13961397
netbsd*) template=netbsd ;;
13971398
nextstep*) template=nextstep ;;

configure.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.376 2004/09/10 13:53:40 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.377 2004/09/17 22:31:59 petere Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -57,7 +57,8 @@ case $host_os in
5757
freebsd*) template=freebsd ;;
5858
hpux*) template=hpux ;;
5959
irix*) template=irix ;;
60-
linux*) template=linux ;;
60+
linux*|gnu*|k*bsd*-gnu)
61+
template=linux ;;
6162
mingw*) template=win32 ;;
6263
netbsd*) template=netbsd ;;
6364
nextstep*) template=nextstep ;;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy