commit | 1dabe05ce40010588a7b2485219a2692fe1e7472 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed May 26 16:08:25 2010 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu Jun 10 00:09:49 2010 +0200 |
tree | 9a5368e8860843db23d75900152dbbd7fcbf922b | |
parent | 99d7cc75dd1f1167a02294804f993deb354d8159 [diff] [blame] |
configure: expand ${prefix} in create_config Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
diff --git a/vl.c b/vl.c index 7121cd0..6d08ec8 100644 --- a/vl.c +++ b/vl.c
@@ -3423,7 +3423,7 @@ } /* If all else fails use the install patch specified when building. */ if (!data_dir) { - data_dir = CONFIG_QEMU_SHAREDIR; + data_dir = CONFIG_QEMU_DATADIR; } /*