diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-01-27 20:31:47 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-01-27 20:31:47 +0000 |
commit | 83d7b271db7a4de2905f76dffb5338b1ab3b5afd (patch) | |
tree | 1816f94cf924757e2f4288adac95d4d87e9afb7e /src | |
parent | 8d3d5d2e2f8739aa74a3e1293a324036f1852dfe (diff) | |
download | postgresql-83d7b271db7a4de2905f76dffb5338b1ab3b5afd.tar.gz postgresql-83d7b271db7a4de2905f76dffb5338b1ab3b5afd.zip |
Quick patch from Andrew to recognize nextstep vs next as a port
Diffstat (limited to 'src')
-rw-r--r-- | src/customize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/customize b/src/customize index 7a70198849f..7a8238898b2 100644 --- a/src/customize +++ b/src/customize @@ -89,7 +89,7 @@ echo " hpux HP PA-RISC on HP-UX 9.0" echo " i386_solaris i386 Solaris" echo " irix5 SGI MIPS on IRIX 5.3 or better" echo " linux Intel x86 on Linux 1.2 and Linux ELF" -echo " next Motorola MC68K or Intel x86 on NeXTSTEP 3.2" +echo " nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2" echo " sparc_solaris SUN SPARC on Solaris 2.4" echo " sunos4 SUN SPARC on SunOS 4.1.3" echo " svr4 Intel x86 on Intel SVR4" |