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