diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-08-15 22:23:14 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-08-15 22:23:14 -0400 |
commit | fc99820d832c512631aa418520f5bc6a204e8b91 (patch) | |
tree | 6822b3a150ca0ef4e7f9bc3dc2d3dc95d63dc7ca /configure.in | |
parent | 864412f0359169368927737c2908ff357ea343a0 (diff) | |
download | lynx-snapshots-fc99820d832c512631aa418520f5bc6a204e8b91.tar.gz |
snapshot of project "lynx", label v2-8-5dev_2
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d0b9314d..08097dd2 100644 --- a/configure.in +++ b/configure.in @@ -191,6 +191,11 @@ irix*) linux*) TRY_CFLAGS="$TRY_CFLAGS -DLINUX" ;; +msdosdjgpp*) + PROG_EXT=".exe" + LIBS="$LIBS -lwatt" + TRY_CFLAGS="$TRY_CFLAGS -DDOSPATH -DNOUSERS -DWATT32" + ;; next*) TRY_CFLAGS="$TRY_CFLAGS -DNEXT -DXMOSAIC_HACK" ;; |