mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
57e1789caa
commit
f197ef366a
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue