aboutsummaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-03-11 14:51:26 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-13 08:29:01 +0100
commite08bb3010c5aa7fcdc614bdb151cdde7fd0756b6 (patch)
treeb5de17676b0c57f4c5f0f43a1258beae4ebd5c7d /vl.c
parent377b155bde451d5ac545fbdcdfbf6ca17a4228f5 (diff)
downloadqemu-e08bb3010c5aa7fcdc614bdb151cdde7fd0756b6.zip
qemu-e08bb3010c5aa7fcdc614bdb151cdde7fd0756b6.tar.gz
qemu-e08bb3010c5aa7fcdc614bdb151cdde7fd0756b6.tar.bz2
iconv: detect and make curses depend on it
curses will use it for proper wide output support. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Message-Id: <20190311135127.2229-2-samuel.thibault@ens-lyon.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index f46f8d7..8ecbed2 100644
--- a/vl.c
+++ b/vl.c
@@ -3170,7 +3170,7 @@ int main(int argc, char **argv, char **envp)
#ifdef CONFIG_CURSES
dpy.type = DISPLAY_TYPE_CURSES;
#else
- error_report("curses support is disabled");
+ error_report("curses or iconv support is disabled");
exit(1);
#endif
break;