configure.ac
changeset 343 8bce3ff205bb
parent 335 636f120d1b5e
child 344 1b54aa2137d3
     1.1 --- a/configure.ac	Thu Jan 08 17:12:28 2009 +0000
     1.2 +++ b/configure.ac	Fri Jan 09 18:59:38 2009 +0000
     1.3 @@ -36,7 +36,7 @@
     1.4  case $host_os in
     1.5      *mingw*)	AC_DEFINE([MSWIN_API], 1,
     1.6  		  [Define to 1 to use Microsoft Windows native API.])
     1.7 -		EXTRA_LIBS='-lws2_32'
     1.8 +		EXTRA_LIBS='-lshell32 -lws2_32'
     1.9  		mswin_api=yes;;
    1.10      *)		mswin_api=no;;
    1.11  esac