Fix git compilation without available libiconv library.

From: Mike Gorchak <mike.gorchak....@gmail.com>
Signed-off-by: Mike Gorchak <mike.gorchak....@gmail.com>
---
 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1991258..d0e82c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -566,7 +566,9 @@ for l in $lib_order; do
        [AC_MSG_RESULT([yes])
        NO_ICONV=
        break],
-       [AC_MSG_RESULT([no])])
+       [AC_MSG_RESULT([no])
+       NEEDS_LIBICONV=
+       ])
     LIBS="$old_LIBS"
 done

-- 
1.8.2-rc0
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to