[evolution] Bug 586806 – Fix iconv cflags/libs in configure.ac
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution] Bug 586806 – Fix iconv cflags/libs in configure.ac
- Date: Wed, 24 Jun 2009 13:26:45 +0000 (UTC)
commit 9d9226188eeeffea82c676c4355e6fb169dd0782
Author: H.Habighorst <tearofadragon googlemail com>
Date: Wed Jun 24 09:25:12 2009 -0400
Bug 586806 â?? Fix iconv cflags/libs in configure.ac
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8f6e53e..f008de3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,7 +240,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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]