From: Ludovic Courtès Date: Fri, 22 Apr 2011 14:40:58 +0000 (+0200) Subject: Fix typo in `configure.ac'. X-Git-Tag: v2.0.1~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a508fbdb01373aed4aed5378806454672e8e702c;p=platform%2Fupstream%2Fguile.git Fix typo in `configure.ac'. * configure.ac: Add missing comma in `AC_RUN_IFELSE' invocation. --- diff --git a/configure.ac b/configure.ac index 1e85b5740..7708fb4f8 100644 --- a/configure.ac +++ b/configure.ac @@ -891,7 +891,7 @@ main (int argc, char *argv[]) ]])], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) - AC_MSG_ERROR([No iconv support. Please recompile libunistring with iconv enabled.])] + AC_MSG_ERROR([No iconv support. Please recompile libunistring with iconv enabled.])], [AC_MSG_RESULT([yes, hopefully (cross-compiling)])]) LIBS=$save_LIBS