diff options
| author | Peter Eisentraut | 2003-03-21 17:18:34 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2003-03-21 17:18:34 +0000 |
| commit | 1a7f4ed5252dd08d9bbf26a67ddf22c38528c636 (patch) | |
| tree | 4daa4d5d3dcc8d050bf8d8afbe2d4fc568455a3c /configure | |
| parent | 93331d8318325305cad9c5224eb4b86663214846 (diff) | |
Make "win" a separate port from "cygwin". This means you can now
configure under native Windows (MinGW that is), but you won't get very far
compiling yet. The dynaloader files are from Jan Wieck's patch set.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure index 4c1b6b1782a..2c673fc1a86 100755 --- a/configure +++ b/configure @@ -1387,13 +1387,14 @@ case $host_os in aix*) template=aix ;; beos*) template=beos ;; bsdi*) template=bsdi ;; - cygwin*) template=win ;; + cygwin*) template=cygwin ;; darwin*) template=darwin ;; dgux*) template=dgux ;; freebsd*) template=freebsd ;; hpux*) template=hpux ;; irix*) template=irix5 ;; linux*) template=linux ;; + mingw*) template=win ;; netbsd*) template=netbsd ;; nextstep*) template=nextstep ;; openbsd*) template=openbsd ;; |
