[kaffe] CVS kaffe (guilhem): Fixed a typo in configure.

Kaffe CVS cvs-commits at kaffe.org
Sun Sep 12 03:37:06 PDT 2004


PatchSet 5160 
Date: 2004/09/12 10:10:20
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Fixed a typo in configure.

        * configure.ac: Fixed a typo for SO_RCVTIMEO.

        * configure: Regenerated.

Members: 
	ChangeLog:1.2715->1.2716 
	configure:1.382->1.383 
	configure.ac:1.79->1.80 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2715 kaffe/ChangeLog:1.2716
--- kaffe/ChangeLog:1.2715	Sun Sep 12 09:37:47 2004
+++ kaffe/ChangeLog	Sun Sep 12 10:10:20 2004
@@ -1,3 +1,9 @@
+2004-09-12  Guilhem Lavaux  <guilhem at kaffe.org>
+
+	* configure.ac: Fixed a typo for SO_RCVTIMEO.
+
+	* configure: Regenerated.
+
 2004-09-12  Dalibor Topic  <robilad at kaffe.org>
 
 	* libraries/javalib/javax/swing/DefaultListSelectionModel.java:
Index: kaffe/configure
diff -u kaffe/configure:1.382 kaffe/configure:1.383
--- kaffe/configure:1.382	Mon Sep  6 19:07:11 2004
+++ kaffe/configure	Sun Sep 12 10:10:23 2004
@@ -50833,7 +50833,7 @@
 fi
 echo "$as_me:$LINENO: result: $ac_cv_so_rcvtimeo_broken" >&5
 echo "${ECHO_T}$ac_cv_so_rcvtimeo_broken" >&6
-if test x"$ac_cv_sr_rcvtimeo_broken" = x"yes"; then
+if test x"$ac_cv_so_rcvtimeo_broken" = x"yes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_BROKEN_SO_RCVTIMEO 1
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.79 kaffe/configure.ac:1.80
--- kaffe/configure.ac:1.79	Mon Sep  6 17:37:05 2004
+++ kaffe/configure.ac	Sun Sep 12 10:10:29 2004
@@ -1505,7 +1505,7 @@
 	return ret;
 }
 ]])],[ac_cv_so_rcvtimeo_broken=no],[ac_cv_so_rcvtimeo_broken=yes],[ac_cv_so_rcvtimeo_broken=cross])])
-if test x"$ac_cv_sr_rcvtimeo_broken" = x"yes"; then
+if test x"$ac_cv_so_rcvtimeo_broken" = x"yes"; then
   AC_DEFINE(HAVE_BROKEN_SO_RCVTIMEO, 1, [Define if setsockopt(SO_RCVTIMEO) is broken])
 fi
 




More information about the kaffe mailing list