From 9acc5b1cb6867241efa982a49f73c353234836e3 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 27 May 2007 14:12:52 +0000 Subject: [PATCH] Changed iconv checks --- Makefile.global.in | 1 + configure | 1 + configure.ac | 1 + 3 files changed, 3 insertions(+) diff --git a/Makefile.global.in b/Makefile.global.in index 7d8f3eca..05147b46 100644 --- a/Makefile.global.in +++ b/Makefile.global.in @@ -42,4 +42,5 @@ CFLAGS = @CFLAGS@ LIBS = @LIBS@ DEFS = @DEFS@ LDFLAGS = @LDFLAGS@ +CPPFLAGS = @CPPFLAGS@ diff --git a/configure b/configure index edfdead1..1da3fe4f 100755 --- a/configure +++ b/configure @@ -1768,6 +1768,7 @@ _ACEOF SYSTEM="`uname -s`" CPU="`uname -m`" LDFLAGS="-L/usr/local/lib" +CPPFLAGS="-I/usr/local/include" # # Checks for programs. diff --git a/configure.ac b/configure.ac index 400dd32d..97c4bfce 100644 --- a/configure.ac +++ b/configure.ac @@ -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.