Mercurial > hg > xemacs-beta
changeset 5499:4b5b7dcc19d6
Fix for issue745, linking on cygwin 1.7.
Use /usr/lib/w32api first.
author | Jeff Sparkes <jsparkes@gmail.com> |
---|---|
date | Mon, 02 May 2011 08:51:19 -0400 |
parents | 70af4098e14f |
children | 01900734203a |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon May 02 10:51:26 2011 +0100 +++ b/ChangeLog Mon May 02 08:51:19 2011 -0400 @@ -1,3 +1,8 @@ +2011-05-02 Jeff Sparkes <jsparkes@gmail.com> + + * configure.ac (HAVE_MS_WINDOWS): On cygwin, use the w32api package + libraries in /usr/lib/w32api. Fix for tracker issue745. + 2011-04-29 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.31 "ginger" is released.
--- a/configure.ac Mon May 02 10:51:26 2011 +0100 +++ b/configure.ac Mon May 02 08:51:19 2011 -0400 @@ -3243,7 +3243,7 @@ fi install_pp="$srcdir/lib-src/installexe.sh" - XE_APPEND(-limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid -lwinspool -lmpr, libs_system) + XE_APPEND(-L/usr/lib/w32api -limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid -lwinspool -lmpr, libs_system) if test "$with_dragndrop" != no; then XE_APPEND(msw, dragndrop_proto) with_dragndrop=yes