On 05/23/2013 06:07 AM, b28...@freescale.com wrote: > 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
ACK and pushed (after adding you to AUTHORS). Thanks for the bugfix! _______________________________________________ netcf-devel mailing list netcf-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/netcf-devel