[kaffe] CVS kaffe (robilad): Fix for #102.

Kaffe CVS cvs-commits at kaffe.org
Wed Sep 12 07:25:54 PDT 2007


PatchSet 7544 
Date: 2007/09/12 14:24:15
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
2007-09-12  Dalibor Topic  <robilad at kaffe.org>

        Fix for #102.
        * configure.ac: Reverted erroring out when gif headers are not found,
        that was introduced in 2006-11-19  Dalibor Topic  <robilad at kaffe.org>.

        Reported by:  Riccardo Mottola <riccardo at kaffe.org>

Members: 
	ChangeLog:1.5042->1.5043 
	configure:1.593->1.594 
	configure.ac:1.267->1.268 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5042 kaffe/ChangeLog:1.5043
--- kaffe/ChangeLog:1.5042	Wed Sep 12 13:34:23 2007
+++ kaffe/ChangeLog	Wed Sep 12 14:24:15 2007
@@ -1,5 +1,13 @@
 2007-09-12  Dalibor Topic  <robilad at kaffe.org>
 
+	Fix for #102.
+	* configure.ac: Reverted erroring out when gif headers are not found,
+	that was introduced in 2006-11-19  Dalibor Topic  <robilad at kaffe.org>.
+
+	Reported by:  Riccardo Mottola <riccardo at kaffe.org>
+
+2007-09-12  Dalibor Topic  <robilad at kaffe.org>
+
 	* config/Makefile.in: Regenerated.
 
 2007-09-12  Dalibor Topic  <robilad at kaffe.org>
Index: kaffe/configure
diff -u kaffe/configure:1.593 kaffe/configure:1.594
--- kaffe/configure:1.593	Tue Aug  7 20:21:45 2007
+++ kaffe/configure	Wed Sep 12 14:24:15 2007
@@ -45794,10 +45794,6 @@
 LIBS="$KSAVE_LIBS"
 
            fi
-	else
-	   { { echo "$as_me:$LINENO: error: No gif_lib.h found. Please install libungif or libgif." >&5
-echo "$as_me: error: No gif_lib.h found. Please install libungif or libgif." >&2;}
-   { (exit 1); exit 1; }; }
         fi
 
 	LIBS=$OLIBS
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.267 kaffe/configure.ac:1.268
--- kaffe/configure.ac:1.267	Tue Aug  7 20:21:45 2007
+++ kaffe/configure.ac	Wed Sep 12 14:24:16 2007
@@ -1824,8 +1824,6 @@
 	   if test x"$ac_cv_lib_ungif_DGifOpen" != x"yes"; then
 	     AC_CHECK_LIBRARY(gif,DGifOpen,GIF_LIBS)
            fi
-	else
-	   AC_ERROR([No gif_lib.h found. Please install libungif or libgif.])
         fi
 
 	LIBS=$OLIBS




More information about the kaffe mailing list