changeset 6066:16d200b4fe8e

libgif detection extended
author arpi
date Sun, 12 May 2002 23:37:06 +0000
parents 1d792986b2a5
children cf6d29078632
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun May 12 22:17:28 2002 +0000
+++ b/configure	Sun May 12 23:37:06 2002 +0000
@@ -2330,6 +2330,7 @@
 cat > $TMPC << EOF
 #include <gif_lib.h>
 int main(void) {
+  EGifPutExtensionFirst(NULL,0xFF, 11, NULL);
   return 0;
 }
 EOF