Fix a problem with configure on *BSD systems. Make sure we add -liconv etc
authorRichard Sharpe <sharpe@samba.org>
Mon, 10 Nov 2003 05:34:51 +0000 (05:34 +0000)
committerRichard Sharpe <sharpe@samba.org>
Mon, 10 Nov 2003 05:34:51 +0000 (05:34 +0000)
commit970c1c73db7e2df961af286af609a95d415b5811
treec4fa11918edca462e42720da20ced04f0ee679c8
parent39ccc0f5157ba4f2c574d73b8e484211a24b677b
Fix a problem with configure on *BSD systems. Make sure we add -liconv etc
to LDFLAGS. One of the problems with configure/autoconf is that there seems
to be no separation of LDLFAGS etc in configure from the LDFLAGS it is
building for the Makefile.
(This used to be commit 63d7698208a0fc4dfd2e3158f5ccbb1b6d9a6baf)
source3/configure.in