Skip to content

Instantly share code, notes, and snippets.

@mgedmin
Created January 2, 2012 15:50
Show Gist options
  • Save mgedmin/1551185 to your computer and use it in GitHub Desktop.
Save mgedmin/1551185 to your computer and use it in GitHub Desktop.
diff collectd-4.10.1.orig/configure.in collectd-4.10.1/configure.in
--- collectd-4.10.1.orig/configure.in
+++ collectd-4.10.1/configure.in
@@ -1626,7 +1626,7 @@
# Check for the iptc_init symbol in the library.
if test "x$with_libiptc" = "xyes" && test "x$with_own_libiptc" = "xno"
then
- AC_CHECK_LIB(iptc, iptc_init,
+ AC_CHECK_LIB(ip4tc, iptc_init,
[
AC_DEFINE(HAVE_LIBIPTC, 1, [Define to 1 if you have the iptc library (-liptc).])
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment