Skip to content

Commit

Permalink
regenerate configure
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 14, 2018
1 parent b7c7ed1 commit 3cf8598
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions configure
Expand Up @@ -12962,6 +12962,10 @@ else
enable_imageio=yes
fi
{ $as_echo "$as_me:$LINENO: checking for ImageIO support" >&5
$as_echo_n "checking for ImageIO support... " >&6; }
{ $as_echo "$as_me:$LINENO: result: $enable_imageio" >&5
$as_echo "$enable_imageio" >&6; }
if test x$enable_imageio = xyes; then
IMG_LIBS="-Wl,-framework,ApplicationServices -lobjc $IMG_LIBS"
else
Expand Down Expand Up @@ -13658,11 +13662,6 @@ else
fi
{ $as_echo "$as_me:$LINENO: checking for ImageIO support" >&5
$as_echo_n "checking for ImageIO support... " >&6; }
{ $as_echo "$as_me:$LINENO: result: $enable_imageio" >&5
$as_echo "$enable_imageio" >&6; }
if (test x$enable_jpg = xyes || test x$enable_tif = xyes) && test x$enable_imageio != xyes; then
if test "${ac_cv_header_jpeglib_h+set}" = set; then
{ $as_echo "$as_me:$LINENO: checking for jpeglib.h" >&5
Expand Down

0 comments on commit 3cf8598

Please sign in to comment.