[Wine-patches] [eter-1.0.12] configure: Fix building on systems with old udev.

Alexander Morozov amorozov на etersoft.ru
Вт Авг 23 19:23:23 MSD 2011


----------- следующая часть -----------
From 0b836a69c7192784eb6295c2ec2f32eee01266f8 Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov на etersoft.ru>
Date: Tue, 23 Aug 2011 19:22:03 +0400
Subject: [eter-1.0.12] configure: Fix building on systems with old udev.

---
 configure    |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 732b81d..e1d008a 100755
--- a/configure
+++ b/configure
@@ -13600,7 +13600,7 @@ $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
 
 fi
 
-UDEV_VERSION=""
+UDEV_VERSION="0"
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev version" >&5
 $as_echo_n "checking for udev version... " >&6; }
diff --git a/configure.ac b/configure.ac
index 702491d..6c06214 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1880,7 +1880,7 @@ then
 fi
 
 dnl Check for udev version
-AC_SUBST(UDEV_VERSION,"")
+AC_SUBST(UDEV_VERSION,"0")
 AC_CACHE_CHECK([for udev version], ac_cv_prog_udev_ver,
                [if test -x /sbin/udevadm; then
                   ac_cv_prog_udev_ver=`/sbin/udevadm --version`
-- 
1.7.6



Подробная информация о списке рассылки Wine-patches