$OpenBSD: patch-configure,v 1.6 2009/06/02 04:43:33 jasper Exp $

Don't try to pickup e2fs' uuid, it doesn't properly work yet.

--- configure.orig	Thu May  7 08:59:10 2009
+++ configure	Mon Jun  1 18:25:10 2009
@@ -14161,7 +14161,7 @@ fi
 # >= 2.3 with the standard library will do. We prefer older versions,
 # to ensure that when we claim that 2.3 is sufficient we are telling the truth.
 PYTHON=
-for ac_prog in python2.3 python2.4 python2.5 python
+for ac_prog in python${MODPY_VERSION}
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
@@ -14212,7 +14212,7 @@ fi
 # Check for a Python >= 2.5 with Twisted, to run the tests
 { $as_echo "$as_me:$LINENO: checking for Python >= 2.5 with Twisted and XMPP protocol support" >&5
 $as_echo_n "checking for Python >= 2.5 with Twisted and XMPP protocol support... " >&6; }
-for TEST_PYTHON in python2.6 python2.5 python; do
+for TEST_PYTHON in python${MODPY_VERSION}; do
   if $TEST_PYTHON -c "from sys import version_info; import dbus, dbus.mainloop.glib; raise SystemExit(version_info < (2, 5, 0, 'final', 0))" >/dev/null 2>&1; then
     if $TEST_PYTHON -c "import twisted.words.xish.domish, twisted.words.protocols.jabber, twisted.internet.reactor" >/dev/null 2>&1; then
       { $as_echo "$as_me:$LINENO: result: $TEST_PYTHON" >&5
@@ -14473,7 +14473,7 @@ fi
 
 
 
-
+if false; then
 pkg_failed=no
 { $as_echo "$as_me:$LINENO: checking for UUID" >&5
 $as_echo_n "checking for UUID... " >&6; }
@@ -14557,7 +14557,7 @@ else
 $as_echo "$as_me: WARNING: libuuid not found, falling back to generating random IDs" >&2;}
 fi
 
-
+fi
 
 
 
