parent
2579136dd2
commit
d4b9d7fe44
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -378,7 +378,8 @@ engine_disable() {
|
||||||
|
|
||||||
# Show the configure help line for an option
|
# Show the configure help line for an option
|
||||||
option_help() {
|
option_help() {
|
||||||
option=`echo "--$(echo $1 | sed 's/_/-/g') " | sed "s/\(.\{23\}\).*/\1/"`
|
tmpopt=`echo $1 | sed 's/_/-/g'`
|
||||||
|
option=`echo "--${tmpopt} " | sed "s/\(.\{23\}\).*/\1/"`
|
||||||
echo " ${option} ${2}"
|
echo " ${option} ${2}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue