diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-05-30 15:16:52 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-05-30 15:16:52 +0000 |
commit | 33c8f2dbfa03e1b35def8ee7c8675f331350350e (patch) | |
tree | 01200a30d711e756d9c0b7f5b4b85c87cb37cc78 /configure.in | |
parent | b962719e6154644032c999cfc293ee27cbdaa6c4 (diff) | |
download | xine-lib-33c8f2dbfa03e1b35def8ee7c8675f331350350e.tar.gz xine-lib-33c8f2dbfa03e1b35def8ee7c8675f331350350e.tar.bz2 |
Okay okay, i will sleep more than 4 hours tonight... ;-)
CVS patchset: 1969
CVS date: 2002/05/30 15:16:52
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bb0ff9f01..3c78413d7 100644 --- a/configure.in +++ b/configure.in @@ -316,7 +316,7 @@ case "$host_or_hostalias" in i386-*-freebsd*) AC_CHECK_HEADER(/usr/local/include/iconv.h, CFLAGS="$CFLAGS -I/usr/local/include" - LDFLAGS="$LDFLAGS -L/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib" GICONV_BSD_LIBS="-lgiconv" no_BSDiconv="no", [ no_BSDiconv="yes" |