Fixed typo in my last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24578 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-14 23:57:23 +00:00
parent f0e039118a
commit e36c7b80c3
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -1736,7 +1736,7 @@ if test x"$GNUSTEP_SYSTEM_HEADERS" = x""; then
fi
if test x"$GNUSTEP_SYSTEM_LIBRARIES" = x""; then
GNUSTEP_SYSTEM_LIBRARIES="$GNUSTEP_SYSTEM_ROOT/Library/Headers"
GNUSTEP_SYSTEM_LIBRARIES="$GNUSTEP_SYSTEM_ROOT/Library/Libraries"
fi
#

View file

@ -290,7 +290,7 @@ if test x"$GNUSTEP_SYSTEM_HEADERS" = x""; then
fi
if test x"$GNUSTEP_SYSTEM_LIBRARIES" = x""; then
GNUSTEP_SYSTEM_LIBRARIES="$GNUSTEP_SYSTEM_ROOT/Library/Headers"
GNUSTEP_SYSTEM_LIBRARIES="$GNUSTEP_SYSTEM_ROOT/Library/Libraries"
fi
#