Skip to content

Commit

Permalink
Find the new JPEG library on Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 2, 2012
1 parent 3929efa commit 4df12aa
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 @@ -13647,7 +13647,7 @@ _ACEOF
jpg_lib=`find_lib libjpeg.dylib`
;;
*-*-cygwin* | *-*-mingw32*)
jpg_lib=`find_lib "jpeg.dll"`
jpg_lib=`find_lib "libjpeg*.dll"`
;;
*)
jpg_lib=`find_lib "libjpeg.so.[0-9]"`
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -172,7 +172,7 @@ if test x$enable_jpg = xyes || test x$enable_tif = xyes; then
jpg_lib=[`find_lib libjpeg.dylib`]
;;
*-*-cygwin* | *-*-mingw32*)
jpg_lib=[`find_lib "jpeg.dll"`]
jpg_lib=[`find_lib "libjpeg*.dll"`]
;;
*)
jpg_lib=[`find_lib "libjpeg.so.[0-9]"`]
Expand Down

0 comments on commit 4df12aa

Please sign in to comment.