mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Fix error in last mod.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13579 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
79f3f57034
commit
fe2904d181
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
#
|
||||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS += -DHAVE_LIBXML=$(HAVE_LIBXML)
|
||||
ADDITIONAL_CPPFLAGS +=
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
ADDITIONAL_OBJCFLAGS += -Wall
|
||||
|
|
|
@ -381,7 +381,7 @@ main(int argc, char **argv, char **env)
|
|||
[NSProcessInfo initializeWithArguments: argv count: argc environment: env];
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBXML == 0
|
||||
#ifndef HAVE_LIBXML
|
||||
NSLog(@"ERROR: The GNUstep Base Library was built\n"
|
||||
@" without an available libxml library. Autogsdoc needs the libxml\n"
|
||||
@" library to function. Aborting");
|
||||
|
|
Loading…
Reference in a new issue