mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
f0e039118a
commit
e36c7b80c3
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue