summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-04-22 16:40:58 +0200
committerLudovic Courtès <ludo@gnu.org>2011-04-22 16:59:07 +0200
commita508fbdb01373aed4aed5378806454672e8e702c (patch)
treec16c834d17bf1041dcc49680fd4b320fe6a81aad
parented756f7817005317eba674cd9b4bb3153e2d5e2e (diff)
downloadguile-a508fbdb01373aed4aed5378806454672e8e702c.tar.gz
Fix typo in `configure.ac'.
* configure.ac: Add missing comma in `AC_RUN_IFELSE' invocation.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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