diff options
| author | Juanma Barranquero | 2003-01-31 15:24:20 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-01-31 15:24:20 +0000 |
| commit | c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1 (patch) | |
| tree | 7d28300d64e41bf2aeed37bc8f1293f9fc52a36a /configure | |
| parent | 2454c12d458c60b871f6f36c3fd6ba752aad61bf (diff) | |
| download | emacs-c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1.tar.gz emacs-c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1.zip | |
Cygwin support patch.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -2493,6 +2493,7 @@ case "${canonical}" in | |||
| 2493 | i[3456]86-*-* ) | 2493 | i[3456]86-*-* ) |
| 2494 | machine=intel386 | 2494 | machine=intel386 |
| 2495 | case "${canonical}" in | 2495 | case "${canonical}" in |
| 2496 | *-cygwin ) opsys=cygwin ;; | ||
| 2496 | *-lynxos* ) opsys=lynxos ;; | 2497 | *-lynxos* ) opsys=lynxos ;; |
| 2497 | *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; | 2498 | *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; |
| 2498 | *-isc2.2* ) opsys=isc2-2 ;; | 2499 | *-isc2.2* ) opsys=isc2-2 ;; |