Created
January 2, 2012 15:50
-
-
Save mgedmin/1551185 to your computer and use it in GitHub Desktop.
an interesting subset of http://archive.ubuntu.com/ubuntu/pool/universe/c/collectd/collectd_4.10.1-2.1ubuntu4.diff.gz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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