From fea8c66641a96e9ea4c1a78d8bbe995756f28e00 Mon Sep 17 00:00:00 2001 From: "H.Habighorst" Date: Wed, 24 Jun 2009 09:25:12 -0400 Subject: Bug 586806 – Fix iconv cflags/libs in configure.ac MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 765a9bbb60..e2e6a06b57 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,7 @@ have_iconv=no AC_ARG_WITH([libiconv], AC_HELP_STRING([--with-libiconv=PATH], [Prefix where libiconv is installed])) -if test -d $withval; then +if test -d "$withval"; then ICONV_CFLAGS="-I$withval/include" ICONV_LIBS="-L$withval/lib" fi -- cgit