aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0d2af6ab4e..b2a94bf9dd 100755
--- a/configure
+++ b/configure
@@ -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}"
}