summaryrefslogtreecommitdiffstats
path: root/collectd-4.6.2-configure-OpenIPMI.patch
blob: 8913ef929904490b0e0ed41089c3a78843b5909f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff -up ./configure.orig ./configure
--- ./configure.orig	2009-09-10 14:22:48.000000000 -0400
+++ ./configure	2009-09-11 19:39:02.408651561 -0400
@@ -27913,7 +27913,7 @@ if test "x$with_libopenipmipthread" = "x
 then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libOpenIPMIpthread" >&5
 $as_echo_n "checking for libOpenIPMIpthread... " >&6; }
-	$PKG_CONFIG --exists OpenIPMIpthread 2>/dev/null
+	$PKG_CONFIG --exists OpenIPMI 2>/dev/null
 	if test "$?" != "0"
 	then
 		with_libopenipmipthread="no ($PKG_CONFIG doesn't know OpenIPMIpthread)"
@@ -27926,7 +27926,7 @@ if test "x$with_libopenipmipthread" = "x
 then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libOpenIPMIpthread CFLAGS" >&5
 $as_echo_n "checking for libOpenIPMIpthread CFLAGS... " >&6; }
-	temp_result="`$PKG_CONFIG --cflags OpenIPMIpthread`"
+	temp_result="`$PKG_CONFIG --cflags OpenIPMI`"
 	if test "$?" = "0"
 	then
 		with_libopenipmipthread_cflags="$temp_result"
@@ -27942,7 +27942,7 @@ if test "x$with_libopenipmipthread" = "x
 then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libOpenIPMIpthread LDFLAGS" >&5
 $as_echo_n "checking for libOpenIPMIpthread LDFLAGS... " >&6; }
-	temp_result="`$PKG_CONFIG --libs OpenIPMIpthread`"
+	temp_result="`$PKG_CONFIG --libs OpenIPMI`"
 	if test "$?" = "0"
 	then
 		with_libopenipmipthread_ldflags="$temp_result"