diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-15 22:59:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-15 22:59:18 +0000 |
commit | 7d47b6eed707db9af160ec517b71e1f9fdac1a0f (patch) | |
tree | f93785b6fba72029e272fac10caed4cda5c09f4e /src/auto/configure | |
parent | 5671873089d516a10c79733182797075071eb5f3 (diff) | |
download | vim-git-7d47b6eed707db9af160ec517b71e1f9fdac1a0f.tar.gz |
updated for version 7.0225
Diffstat (limited to 'src/auto/configure')
-rwxr-xr-x | src/auto/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/auto/configure b/src/auto/configure index 27c2d6414..13cb22610 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -2838,6 +2838,10 @@ if test "`(uname) 2>/dev/null`" = Darwin; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 + if test x$prefix = xNONE; then + prefix=/Applications + fi + echo "$as_me:$LINENO: checking --disable-darwin argument" >&5 echo $ECHO_N "checking --disable-darwin argument... $ECHO_C" >&6 # Check whether --enable-darwin or --disable-darwin was given. |