Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c9d1e623f7e7eb36150bfeeaa4ee7571 > files > 1

collectd-4.9.1-3.fc14.src.rpm

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"