# HG changeset patch # User Jeff Sparkes # Date 1304340679 14400 # Node ID 4b5b7dcc19d6e2077014fa031ab4989d26a21219 # Parent 70af4098e14ff844d06d8a7b044866adb3687f86 Fix for issue745, linking on cygwin 1.7. Use /usr/lib/w32api first. diff -r 70af4098e14f -r 4b5b7dcc19d6 ChangeLog --- 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 + + * 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 * XEmacs 21.5.31 "ginger" is released. diff -r 70af4098e14f -r 4b5b7dcc19d6 configure.ac --- 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