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:
Nicola Pero 2001-02-24 00:46:39 +00:00
parent 28199801fe
commit 0ac88f45a3

View file

@ -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)