fix incorrect assignment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27217 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-12-06 09:09:24 +00:00
parent f794a4cb3c
commit 8d9e1d356d
3 changed files with 1669 additions and 3367 deletions

View file

@ -2327,7 +2327,7 @@ _bundle_load_callback(Class theClass, struct objc_category *theCategory)
libraryName = [libraryName substringToIndex: r.location];
if (interfaceVersion == nil)
{
ver = interfaceVersion;
interfaceVersion = ver;
}
}
}

3990
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -370,7 +370,7 @@ case "$target_os" in
you will be installing gnustep-base to prevent problems
with finding resources at runtime.],
result="$withval",
result="no"
result="$GNUSTEP_INSTALLATION_DOMAIN"
)
case "$result" in
SYSTEM)