mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
configure: fix --sysconfdir specification
--sysconfdir requires a parameter (the path), this should be reflected in the case pattern. Reported-by: Frank Arnold <frank.arnold@amd.com> Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
ea825eeefd
commit
ca2fb938cd
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -495,7 +495,7 @@ for opt do
|
|||
static="yes"
|
||||
LDFLAGS="-static $LDFLAGS"
|
||||
;;
|
||||
--sysconfdir) sysconfdir="$optarg"
|
||||
--sysconfdir=*) sysconfdir="$optarg"
|
||||
;;
|
||||
--disable-sdl) sdl="no"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue