[netcf-devel] [PATCH] fix network driver check issue on opensuse

b28495 at freescale.com b28495 at freescale.com
Thu May 23 10:07:33 UTC 2013


From: Ting Liu <b28495 at freescale.com>

Signed-off-by: Ting Liu <b28495 at freescale.com>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3f30865..708eb28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ fi
 if test "x$with_driver" = "xcheck" && test -f /etc/ubuntu_version ; then
   with_driver=debian
 fi
-if test "x$with_driver" = "xcheck" && test -f /etc/suse-release ; then
+if test "x$with_driver" = "xcheck" && (test -f /etc/suse-release || test -f /etc/SuSE-release) ; then
   with_driver=suse
 fi
 if test "x$with_driver" = "xcheck" ; then
-- 
1.7.3.4




More information about the netcf-devel mailing list