Skip to content

Commit

Permalink
Detect libjpeg.so.62
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 21, 2007
1 parent 42d5407 commit 63ef1bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.in
Expand Up @@ -152,6 +152,9 @@ if test x$enable_jpg = xyes || test x$enable_tif = xyes; then
;;
*)
jpg_lib=[`find_lib "libjpeg.so.[0-9]"`]
if test x$jpg_lib = x; then
jpg_lib=[`find_lib "libjpeg.so.[0-9][0-9]"`]
fi
if test x$jpg_lib = x; then
jpg_lib=[`find_lib "libjpeg.so.[0-9]*"`]
fi
Expand Down

0 comments on commit 63ef1bf

Please sign in to comment.