diff options
| author | Paolo Bonzini | 2010-05-26 16:08:22 +0200 |
|---|---|---|
| committer | Aurelien Jarno | 2010-06-10 00:09:49 +0200 |
| commit | 7ee2822cbeb06dbf38f5b38b5d7fa7829d598350 (patch) | |
| tree | 17dcfde2db0b955c0c1781a6696d798e3191a8f8 /linux-user/main.c | |
| parent | configure: introduce confdir and confsuffix (diff) | |
| download | qemu-7ee2822cbeb06dbf38f5b38b5d7fa7829d598350.tar.gz qemu-7ee2822cbeb06dbf38f5b38b5d7fa7829d598350.tar.xz qemu-7ee2822cbeb06dbf38f5b38b5d7fa7829d598350.zip | |
rename CONFIG_QEMU_PREFIX
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'linux-user/main.c')
| -rw-r--r-- | linux-user/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index ad292f16e4..403c8d3b96 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -47,7 +47,7 @@ int have_guest_base; unsigned long reserved_va; #endif -static const char *interp_prefix = CONFIG_QEMU_PREFIX; +static const char *interp_prefix = CONFIG_QEMU_INTERP_PREFIX; const char *qemu_uname_release = CONFIG_UNAME_RELEASE; /* XXX: on x86 MAP_GROWSDOWN only works if ESP <= address + 32, so |
