all repos — fluxbox @ d9f3a73b385ad4f70528913090000c3db87fc328

custom fork of the fluxbox windowmanager

Fix build-system: link against libiconv

Some systems (BSD, MacOSX) need explicit linkage against -liconv.
Mathias Gumz akira@fluxbox.org
commit

d9f3a73b385ad4f70528913090000c3db87fc328

parent

f8d0bd4cb303caad68c121a77974a3a0daa0c40e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M configure.acconfigure.ac

@@ -189,6 +189,7 @@ AM_ICONV

AS_IF([test x$am_cv_proto_iconv_arg1 = "xconst"], [ AC_DEFINE([HAVE_CONST_ICONV], [1], [Is second argument of iconv() is of type 'const char **' or 'char **']) ]) +LIBS="$LIBICONV $LIBS" dnl Check for networking libraries AC_CHECK_LIB([nsl], [t_open], [LIBS="-lnsl $LIBS"])