Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128253
Collapse All | Expand All

(-)configure (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
for arg in $*; do
16
for arg in $*; do
17
	case "$arg" in
17
	case "$arg" in
18
		-*=*) optarg=`echo "$arg" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
18
		-*=*) optarg=`echo "$arg" | sed 's/[-_[:alnum:]]*=//'` ;;
19
		   *) optarg= ;;
19
		   *) optarg= ;;
20
	esac
20
	esac
21
21

Return to bug 128253