1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Fix typo in `configure.ac'.

* configure.ac: Add missing comma in `AC_RUN_IFELSE' invocation.
This commit is contained in:
Ludovic Courtès 2011-04-22 16:40:58 +02:00
parent ed756f7817
commit a508fbdb01

View file

@ -891,7 +891,7 @@ main (int argc, char *argv[])
]])], ]])],
[AC_MSG_RESULT([yes])], [AC_MSG_RESULT([yes])],
[AC_MSG_RESULT([no]) [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)])]) [AC_MSG_RESULT([yes, hopefully (cross-compiling)])])
LIBS=$save_LIBS LIBS=$save_LIBS