fixed indention (and trigger a reconfigure in buildbot)

svn-id: r42039
This commit is contained in:
Max Horn 2009-07-02 21:37:13 +00:00
parent 8aa667e342
commit cea01452a7

2
configure vendored
View file

@ -292,7 +292,7 @@ get_system_exe_extension() {
# Show the configure help line for an option
option_help() {
tmpopt=`echo $1 | sed 's/_/-/g'`
tmpopt=`echo $1 | sed 's/_/-/g'`
option=`echo "--${tmpopt} " | sed "s/\(.\{23\}\).*/\1/"`
echo " ${option} ${2}"
}