X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure;h=121376aceed18ee1b8dbc91b9d40d14533161dec;hb=9a5658f42f3d443fdc3a614f517b672d4382ae3c;hp=413c2f903faa480d00ddf6d85c636f55deb5c9b9;hpb=5e06e4b809aac2680e2e3a28be480f93b8fc395d;p=chise%2Fxemacs-chise.git diff --git a/configure b/configure index 413c2f9..121376a 100755 --- a/configure +++ b/configure @@ -7081,7 +7081,7 @@ EOF fi install_pp="$blddir/lib-src/installexe.sh" - libs_system="$libs_system -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lwinspool" && if test "$extra_verbose" = "yes"; then echo " Appending \"-lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lwinspool\" to \$libs_system"; fi + libs_system="$libs_system -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lkernel32 -lwinspool" && if test "$extra_verbose" = "yes"; then echo " Appending \"-lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lkernel32 -lwinspool\" to \$libs_system"; fi test "$with_dragndrop" != no && dragndrop_proto="$dragndrop_proto msw" && if test "$extra_verbose" = "yes"; then echo " Appending \"msw\" to \$dragndrop_proto"; fi if test "$window_system" != x11; then window_system=msw