Index: git/configure
===================================================================
--- git.orig/configure	2011-07-26 11:04:20.000000000 +0200
+++ git/configure	2011-07-26 11:07:16.000000000 +0200
@@ -15039,14 +15039,14 @@
 fi
 
 
-	if test "x$SWIG" != x; then
-		SWIG_VERSION=`swig -version 2>&1|grep Version|cut -d" " -f3`
-		if test ${SWIG_VERSION:4} -lt 35; then
-			{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have SWIG $SWIG_VERSION installed, but libkml requires at least SWIG 1.3.35. The bindings will not be built." >&5
-$as_echo "$as_me: WARNING: You have SWIG $SWIG_VERSION installed, but libkml requires at least SWIG 1.3.35. The bindings will not be built." >&2;}
-			SWIG=
-		fi
-	fi
+#	if test "x$SWIG" != x; then
+#		SWIG_VERSION=`swig -version 2>&1|grep Version|cut -d" " -f3`
+#		if test ${SWIG_VERSION:4} -lt 35; then
+#			{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have SWIG $SWIG_VERSION installed, but libkml requires at least SWIG 1.3.35. The bindings will not be built." >&5
+#$as_echo "$as_me: WARNING: You have SWIG $SWIG_VERSION installed, but libkml requires at least SWIG 1.3.35. The bindings will not be built." >&2;}
+#			SWIG=
+#		fi
+#	fi
 fi
  if test "x$SWIG" != x; then
   WITH_SWIG_TRUE=
