summaryrefslogtreecommitdiff
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-16 21:41:35 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-16 21:41:35 +0000
commitefd2bf158afeb2337dcb5a62c6198d6d2fb7cd5f (patch)
treeb1eedda1b33b2b2d3901094c20f4b10362ec2b83 /src/auto
parentd3667a2e2971a879194084f4b61b8ff7ff9765a2 (diff)
downloadvim-git-efd2bf158afeb2337dcb5a62c6198d6d2fb7cd5f.tar.gz
updated for version 7.0226
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 13cb22610..3dfa1b601 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -2838,10 +2838,6 @@ 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.
@@ -3395,6 +3391,10 @@ fi
if test "x$CARBON" = "xyes"; then
if test -z "$with_x" -a "X$enable_gui" != Xmotif -a "X$enable_gui" != Xathena -a "X$enable_gui" != Xgtk -a "X$enable_gui" != Xgtk2; then
with_x=no
+
+ if test x$prefix = xNONE; then
+ prefix=/Applications
+ fi
fi
fi
fi