diff configure.ac @ 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 1f0b15040456
children a142ad1a9140
line wrap: on
line diff
--- 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