]> git.pld-linux.org Git - packages/nagios.git/blame - nagios-iconv-in-libc.patch
- move checkresult dir to /var/spool/nagios/checkresults
[packages/nagios.git] / nagios-iconv-in-libc.patch
CommitLineData
afb89e9d
JB
1--- nagios-1.2/configure.in.orig Tue Feb 3 05:45:08 2004
2+++ nagios-1.2/configure.in Fri May 7 11:28:28 2004
3@@ -533,7 +533,7 @@
4 if test x$TRYGD = xyep; then
5
6 dnl libiconv is required on some systems - tack it on if found
7- AC_CHECK_LIB(iconv,main,ICONV=-liconv,)
8+ AC_CHECK_FUNC(iconv,,[AC_CHECK_LIB(iconv,iconv,ICONV=-liconv,)])
9
10 dnl See if the GD lib is available and supports PNG images...
11
This page took 0.093715 seconds and 4 git commands to generate.