[evolution-data-server] Bug 586813 – Fix iconv cflags/libs in configure.ac



commit ed0618ac727397a9e4fe39a0c356fe9ab674d6fb
Author: H.Habighorst <tearofadragon googlemail com>
Date:   Wed Jun 24 09:28:47 2009 -0400

    Bug 586813 â?? 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 2a98070..f33a47f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -319,7 +319,7 @@ have_iconv=no
 AC_ARG_WITH(libiconv,
   AC_HELP_STRING( [--with-libiconv],
 		  [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]