Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit915351e

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 parent24cfc14 commit915351e

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)

[8]ページ先頭

©2009-2025 Movatter.jp