mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fixes to get stuff to work after autoconf changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13578 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
65541445d0
commit
19cf3829e4
24 changed files with 135 additions and 106 deletions
|
@ -381,7 +381,7 @@ main(int argc, char **argv, char **env)
|
|||
[NSProcessInfo initializeWithArguments: argv count: argc environment: env];
|
||||
#endif
|
||||
|
||||
#if HAVE_LIBXML == 0
|
||||
#ifdef HAVE_LIBXML == 0
|
||||
NSLog(@"ERROR: The GNUstep Base Library was built\n"
|
||||
@" without an available libxml library. Autogsdoc needs the libxml\n"
|
||||
@" library to function. Aborting");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue