]> git.pld-linux.org Git - packages/nagios.git/blob - nagios-iconv-in-libc.patch
- php-magpierss no longer used
[packages/nagios.git] / nagios-iconv-in-libc.patch
1 --- nagios-1.2/configure.ac.orig        Tue Feb  3 05:45:08 2004
2 +++ nagios-1.2/configure.ac     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 1.517382 seconds and 3 git commands to generate.