aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index ee6880e..b8a2aef 100755
--- a/configure
+++ b/configure
@@ -146,6 +146,9 @@ do
shift
arguments="$arguments $option=$optarg"
;;
+ --v)
+ arguments="$arguments -v"
+ ;;
--*)
arguments="$arguments $option"
;;