diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-02-02 23:50:20 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-02-02 23:50:20 -0500 |
commit | b9e930ec26cc241a14705966d21ae0bf3559d8ef (patch) | |
tree | 8d82d526292d8a8a3176c3a9fbfc4fc66fd21293 /configure.in | |
parent | 7352a91bc1925296bc103f972c9988178cbbbc43 (diff) | |
download | lynx-snapshots-b9e930ec26cc241a14705966d21ae0bf3559d8ef.tar.gz |
snapshot of project "lynx", label v2-8-5pre_5
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 67a7ac43..1d1aabda 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl and Jim Spath <jspath@mail.bcpl.lib.md.us> dnl dnl ask PRCS to plug-in the project-version for the configure-script. dnl $Format: "AC_REVISION($ProjectVersion$)"$ -AC_REVISION(2.8.5pre.4) +AC_REVISION(2.8.5pre.5) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -33,7 +33,7 @@ CF_CHECK_CACHE PACKAGE=lynx dnl ask PRCS to plug-in the project-version for the packages. # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.5pre.4 +VERSION=2.8.5pre.5 AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_SUBST(DESTDIR) @@ -214,6 +214,7 @@ convex*) TRY_CFLAGS="$TRY_CFLAGS -D__STDC__ -Dunix" ;; cygwin*) + TRY_CFLAGS="$TRY_CFLAGS -DWIN_EX -D_WINDOWS_NSL" LIBS="$LIBS -luser32" ;; dgux*) |