X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure;h=3363fa8245264f8b221779f075ba8cebb94dbc16;hb=1bbdeb3a4ec887b8a6bcacb0384a978cc3b1f6f5;hp=e7c08cb1dc96eab3f2619d30732806567ffcb311;hpb=f8e9b35a0e8ba64b3f7102a30e88a6b1d0b2a18b;p=chise%2Fxemacs-chise.git- diff --git a/configure b/configure index e7c08cb..3363fa8 100755 --- a/configure +++ b/configure @@ -7078,7 +7078,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