Changed iconv checks

This commit is contained in:
Michiel Broek 2007-05-27 14:12:52 +00:00
parent e960734a69
commit 9acc5b1cb6
3 changed files with 3 additions and 0 deletions

View File

@ -42,4 +42,5 @@ CFLAGS = @CFLAGS@
LIBS = @LIBS@
DEFS = @DEFS@
LDFLAGS = @LDFLAGS@
CPPFLAGS = @CPPFLAGS@

1
configure vendored
View File

@ -1768,6 +1768,7 @@ _ACEOF
SYSTEM="`uname -s`"
CPU="`uname -m`"
LDFLAGS="-L/usr/local/lib"
CPPFLAGS="-I/usr/local/include"
#
# Checks for programs.

View File

@ -41,6 +41,7 @@ AC_SUBST(VERSION)
SYSTEM="`uname -s`"
CPU="`uname -m`"
LDFLAGS="-L/usr/local/lib"
CPPFLAGS="-I/usr/local/include"
#
# Checks for programs.