# HG changeset patch # User cehoyos # Date 1374498313 0 # Node ID cc9eed01e8e7684df42abaad81b05363e094d6af # Parent cee30532995edb04dff0d24ff2b4debd172e757a Fix compilation if giflib 5 is installed. Other (better) solutions are currently discussed, but there is no reason that a default build fails on systems with latest giflib. diff -r cee30532995e -r cc9eed01e8e7 configure --- a/configure Fri Jul 19 23:07:18 2013 +0000 +++ b/configure Mon Jul 22 13:05:13 2013 +0000 @@ -5090,7 +5090,7 @@ if test "$_gif" = auto ; then _gif=no for ld_gif in "-lungif" "-lgif" ; do - statement_check gif_lib.h 'QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0)' $ld_gif && _gif=yes && break + statement_check gif_lib.h 'QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); PrintGifError()' $ld_gif && _gif=yes && break done fi