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

Laine Stump laine at laine.org
Thu May 23 15:43:33 UTC 2013


On 05/23/2013 06:07 AM, b28495 at freescale.com wrote:
> 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

ACK and pushed (after adding you to AUTHORS).

Thanks for the bugfix!



More information about the netcf-devel mailing list