changeset 31307:dc6a2cb5e0b4

Add QuantizeBuffer function call to gif test to actually test linking.
author reimar
date Sun, 13 Jun 2010 05:32:09 +0000
parents 22f0516ed90a
children 793f985a762c
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jun 12 17:12:27 2010 +0000
+++ b/configure	Sun Jun 13 05:32:09 2010 +0000
@@ -5159,7 +5159,7 @@
   _gif=no
 cat > $TMPC << EOF
 #include <gif_lib.h>
-int main(void) { return 0; }
+int main(void) { QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
 EOF
   for _ld_gif in "-lungif" "-lgif" ; do
     cc_check $_ld_gif && _gif=yes && break