From: Ting Liu <b28...@freescale.com> Signed-off-by: Ting Liu <b28...@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 _______________________________________________ netcf-devel mailing list netcf-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/netcf-devel