mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
Fixed typo which was causing GNUSTEP_LOCAL_ROOT to be the same as
GNUSTEP_NETWORK_ROOT git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9224 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28199801fe
commit
0ac88f45a3
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ to have the GNUSTEP_NETWORK_ROOT directory in a non-standard place. Example:
|
|||
--with-network-root=/usr/local/GNUstep/Network
|
||||
],
|
||||
GNUSTEP_NETWORK_ROOT=$withval,
|
||||
GNUSTEP_NETWORK_ROOT=$GNUSTEP_ROOT/Local
|
||||
GNUSTEP_NETWORK_ROOT=$GNUSTEP_ROOT/Network
|
||||
)
|
||||
|
||||
AC_SUBST(GNUSTEP_LOCAL_ROOT)
|
||||
|
|
Loading…
Reference in a new issue