projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed756f7
)
Fix typo in `configure.ac'.
author
Ludovic Courtès
<ludo@gnu.org>
Fri, 22 Apr 2011 14:40:58 +0000
(16:40 +0200)
committer
Ludovic 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1e85b5740bc24d43e28a5f4aec0580bc329ecd08..7708fb4f8910db0c3ff1d5bebf76ffe96a9d908d 100644
(file)
--- 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