fix error in last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@31323 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-09-10 21:18:53 +00:00
parent 57e1789caa
commit f197ef366a
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -4629,7 +4629,7 @@ $as_echo "$GNUSTEP_PREVIOUS_LAYOUT" >&6; }
fi
fi
if test x"$GNUSTEP_FILESYSTEM_LAYOUT" = x"native"; then
if test x"$GNUSTEP_FILESYSTEM_LAYOUT_FILE" = x"native"; then
# This is the default layout that is used when installing
# GNUstep with no other indication. We normally use the native
# layout for the target operating system (if we know it) or 'gnustep'

View file

@ -346,7 +346,7 @@ else
fi
fi
if test x"$GNUSTEP_FILESYSTEM_LAYOUT" = x"native"; then
if test x"$GNUSTEP_FILESYSTEM_LAYOUT_FILE" = x"native"; then
# This is the default layout that is used when installing
# GNUstep with no other indication. We normally use the native
# layout for the target operating system (if we know it) or 'gnustep'