Fix typo in `configure.ac'.
authorLudovic Courtès <ludo@gnu.org>
Fri, 22 Apr 2011 14:40:58 +0000 (16:40 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 22 Apr 2011 14:59:07 +0000 (16:59 +0200)
* configure.ac: Add missing comma in `AC_RUN_IFELSE' invocation.

configure.ac

index 1e85b57..7708fb4 100644 (file)
@@ -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