aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fc6af15..2581660 100755
--- a/configure
+++ b/configure
@@ -77,7 +77,7 @@ for arg in "$@"; do
elif [ "$opt" = '--without-fish' ]; then installFish=''
elif [ "$opt" = '--without-zsh' ]; then installZsh=''
- elif [ "$opt" = "--with-everyting" ]; then
+ elif [ "$opt" = "--everything" ]; then
installPdf=' install-pdf'
installInfo=' install-info'
installMan=' install-man'