summaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-03-25 07:16:36 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-03-25 07:16:36 +0000
commit52ab6525fb344b1a76c089d7edde0e29de751558 (patch)
treef1b3a4eb945436f02e5b8eec50c0bd7034f7c7be /src/configure.in
parent1a63f48b28171b1c9352bd9138471ca6793124a3 (diff)
downloadpostgresql-52ab6525fb344b1a76c089d7edde0e29de751558.tar.gz
Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com>
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index 3663b6bb4a..6a7f02867f 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -18,11 +18,16 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';;
+ sysv4.2*)
+ case "$host_vendor" in
+ univel) PORTNAME='univel';;
+ *) PORTNAME='unknown';;
+ esac ;;
*) echo ""
echo "*************************************************************"
echo "configure does not currently recognize your operating system,"
echo "therefore you must do a manual configuration of:"
- echo ""
+ echo "$host_os"
echo "Please contact scrappy@hub.org to see about rectifying this, "
echo "including the above 'checking host system type...' line "
echo "*************************************************************"
@@ -123,6 +128,7 @@ AC_CHECK_LIB(ld, main)
AC_CHECK_LIB(compat, main)
AC_CHECK_LIB(BSD, main)
AC_CHECK_LIB(crypt, main)
+AC_CHECK_LIB(gen, main)
dnl Checks for header files.
AC_HEADER_STDC