ipmiutil: fix for lanplus module
[gentoo.git] / sys-apps / ipmiutil / files / ipmiutil-3.1.4-fix_lanplus_build.patch
1 --- a/configure.ac      2020-01-24 23:32:53.768314546 +0700
2 +++ b/configure.ac      2020-01-24 23:32:13.971662393 +0700
3 @@ -94,7 +94,7 @@ AC_ARG_ENABLE([landesk],
4  
5  dnl Configure ipmiutil for lanplus (libipmi_lanplus.a) or not (default yes)
6  AC_ARG_ENABLE([lanplus],
7 -    [  --enable-lanplus      enable lanplus support (default=yes)],[default=yes],
8 +    [  --enable-lanplus      enable lanplus support (default=yes)],
9  [if test "x$enableval" = "xno"; then
10         drv_lanplus=""
11         LANPLUS_CFLAGS=""