Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409223 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.in (-1 / +2 lines)
Lines 1649-1657 then Link Here
1649
	AC_CHECK_TYPES([iptc_handle_t, ip6tc_handle_t], [], [])
1649
	AC_CHECK_TYPES([iptc_handle_t, ip6tc_handle_t], [], [])
1650
fi
1650
fi
1651
# Check for the iptc_init symbol in the library.
1651
# Check for the iptc_init symbol in the library.
1652
# This could be in iptc or ip4tc
1652
if test "x$with_libiptc" = "xpkgconfig"
1653
if test "x$with_libiptc" = "xpkgconfig"
1653
then
1654
then
1654
	AC_CHECK_LIB(iptc, iptc_init,
1655
	AC_SEARCH_LIBS(iptc_init, [iptc ip4tc],
1655
			[with_libiptc="pkgconfig"],
1656
			[with_libiptc="pkgconfig"],
1656
			[with_libiptc="no"],
1657
			[with_libiptc="no"],
1657
			[$with_libiptc_libs])
1658
			[$with_libiptc_libs])

Return to bug 409223