Improved support for OS/2's ancient version of "ash" - since it is about
20% faster on configure than up-to-date (pd)ksh ports it's worth this small change, IMHO. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d1fabc1211
commit
1aa3e471fe
@ -157,7 +157,7 @@ wxconfig_flag_options="$wxconfig_yesno_options no_rpath inplace"
|
||||
option_name()
|
||||
{
|
||||
_option_name_temp=${1%%=*}
|
||||
echo "${_option_name_temp#--}" | tr '-' '_'
|
||||
echo ${_option_name_temp#--} | tr '-' '_'
|
||||
}
|
||||
|
||||
# option_value _string
|
||||
|
Loading…
Reference in New Issue
Block a user