Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
import fix from master/2.0 branch for configury libwebp*.dll discovery.
  • Loading branch information
sezero committed Aug 19, 2019
1 parent e12c931 commit 1f07ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -15140,7 +15140,7 @@ _ACEOF
webp_lib=`find_lib libwebp.dylib`
;;
*-*-cygwin* | *-*-mingw32*)
webp_lib=`find_lib "libwebp*.dll"`
webp_lib=`find_lib "libwebp-*.dll"`
;;
*)
webp_lib=`find_lib "libwebp[0-9]*.so.*"`
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -276,7 +276,7 @@ if test x$enable_webp = xyes; then
webp_lib=[`find_lib libwebp.dylib`]
;;
*-*-cygwin* | *-*-mingw32*)
webp_lib=[`find_lib "libwebp*.dll"`]
webp_lib=[`find_lib "libwebp-*.dll"`]
;;
*)
webp_lib=[`find_lib "libwebp[0-9]*.so.*"`]
Expand Down

0 comments on commit 1f07ba8

Please sign in to comment.