mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Fix typo in `configure.ac'.
* configure.ac: Add missing comma in `AC_RUN_IFELSE' invocation.
This commit is contained in:
parent
ed756f7817
commit
a508fbdb01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue