diff options
author | Kai Blin <kai@samba.org> | 2008-05-18 02:26:32 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-05-18 02:27:45 +0200 |
commit | 10f9a60e39917c711431369d0a116d9aa4de8b90 (patch) | |
tree | f7efd2115564b5527e827ead30a5084d163dadac | |
parent | 968a00655557ceedbb4b2438778ff8818b52c3b2 (diff) | |
download | samba-10f9a60e39917c711431369d0a116d9aa4de8b90.tar.gz samba-10f9a60e39917c711431369d0a116d9aa4de8b90.tar.bz2 samba-10f9a60e39917c711431369d0a116d9aa4de8b90.zip |
configure: Fix comment to match the current iconv check.
(This used to be commit 5d9963479fa31783522d68cdbc8876613a3d1774)
-rw-r--r-- | source3/configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index b969b68ac8..9c9d06fa62 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2189,7 +2189,11 @@ for i in $ICONV_LOOK_DIRS ; do # in both libiconv and in libc. In this case the jm_ICONV test will always # succeed when the header is found. To counter this, make sure the # library directory is there and check the ABI directory first (which - # should be harmless on other systems. + # should be harmless on other systems, but causes tons of linker warnings on + # 64bit Ubuntu systems). + # As the build farm doesn't seem to have any IRIX machines with iconv.h + # installed, I've decided to fix the linker warnings. + # -- Kai # For IA64 HPUX systems, the libs are located in lib/hpux32 instead of lib. for l in "lib" "lib32" "lib/hpux32"; do if test -d "$i/$l" ; then |