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:
Andre Przywara 2010-03-08 14:09:48 +01:00 committed by Aurelien Jarno
parent ea825eeefd
commit ca2fb938cd
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -495,7 +495,7 @@ for opt do
static="yes"
LDFLAGS="-static $LDFLAGS"
;;
--sysconfdir) sysconfdir="$optarg"
--sysconfdir=*) sysconfdir="$optarg"
;;
--disable-sdl) sdl="no"
;;