diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1998-01-25 07:08:31 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-25 07:08:31 +0000 |
| commit | 9f8d3b668bf7c4781644b7d0476120d4676bc9c4 (patch) | |
| tree | 121a0e7018c832434802b8b4de0ef25cfda25c22 /src/configure.in | |
| parent | b611fefa0fadf690383970356573fe5f94be72c3 (diff) | |
| download | postgresql-9f8d3b668bf7c4781644b7d0476120d4676bc9c4.tar.gz | |
this is to help someone that wants an AUX port get started...
Diffstat (limited to 'src/configure.in')
| -rw-r--r-- | src/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in index dd5143d0d6..47d65d6932 100644 --- a/src/configure.in +++ b/src/configure.in @@ -14,6 +14,7 @@ case "$host_os" in AC_SUBST(TAS) ;; esac ;; sunos*) os=sunos4 ;; + aux*) os=aux ;; linux*) os=linux ;; bsdi*) os=bsdi ;; freebsd*|netbsd*|openbsd*) os=bsd ;; |
