comparison 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
comparison
equal deleted inserted replaced
5497:70af4098e14f 5499:4b5b7dcc19d6
3241 XE_APPEND(netinstall, SRC_SUBDIR_DEPS) 3241 XE_APPEND(netinstall, SRC_SUBDIR_DEPS)
3242 XE_APPEND(netinstall, INSTALL_ARCH_DEP_SUBDIR) 3242 XE_APPEND(netinstall, INSTALL_ARCH_DEP_SUBDIR)
3243 fi 3243 fi
3244 3244
3245 install_pp="$srcdir/lib-src/installexe.sh" 3245 install_pp="$srcdir/lib-src/installexe.sh"
3246 XE_APPEND(-limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid -lwinspool -lmpr, libs_system) 3246 XE_APPEND(-L/usr/lib/w32api -limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid -lwinspool -lmpr, libs_system)
3247 if test "$with_dragndrop" != no; then 3247 if test "$with_dragndrop" != no; then
3248 XE_APPEND(msw, dragndrop_proto) 3248 XE_APPEND(msw, dragndrop_proto)
3249 with_dragndrop=yes 3249 with_dragndrop=yes
3250 fi 3250 fi
3251 if test "$window_system" != x11; then 3251 if test "$window_system" != x11; then