提交 ca2fb938 编写于 作者: A Andre Przywara 提交者: Aurelien Jarno

configure: fix --sysconfdir specification

--sysconfdir requires a parameter (the path), this should be reflected
in the case pattern.
Reported-by: NFrank Arnold <frank.arnold@amd.com>
Signed-off-by: NAndre Przywara <andre.przywara@amd.com>
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 ea825eee
...@@ -495,7 +495,7 @@ for opt do ...@@ -495,7 +495,7 @@ for opt do
static="yes" static="yes"
LDFLAGS="-static $LDFLAGS" LDFLAGS="-static $LDFLAGS"
;; ;;
--sysconfdir) sysconfdir="$optarg" --sysconfdir=*) sysconfdir="$optarg"
;; ;;
--disable-sdl) sdl="no" --disable-sdl) sdl="no"
;; ;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册