diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-04-22 16:40:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2011-04-22 16:59:07 +0200 |
commit | a508fbdb01373aed4aed5378806454672e8e702c (patch) | |
tree | c16c834d17bf1041dcc49680fd4b320fe6a81aad /configure.ac | |
parent | ed756f7817005317eba674cd9b4bb3153e2d5e2e (diff) | |
download | guile-a508fbdb01373aed4aed5378806454672e8e702c.tar.gz |
Fix typo in `configure.ac'.
* configure.ac: Add missing comma in `AC_RUN_IFELSE' invocation.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |