[BUG]sqConfig.h string needs another fix

Tim Rowledge tim at sumeru.stanford.edu
Thu Jun 8 20:30:29 UTC 2000


Sigh. Another one of those merge-typos I guess.
The String for sqConfig.h needs:-

/* This file has been superseded by autoconf for Unix variants. */

#if defined(HAVE_CONFIG_H)
# include "sqUnixConfig.h"
#endif

replacing with:-

/* This file has been superseded by autoconf for Unix variants. */

#if defined(HAVE_CONFIG_H)
# include "sqUnixConfig.h"
# define SQ_CONFIG_DONE
#endif

... or you can't build on unix!

tim
-- 
Tim Rowledge, tim at sumeru.stanford.edu, http://sumeru.stanford.edu/tim
If I had it all to do over again, I'd spell creat with an "e".  - Kernighan





More information about the Squeak-dev mailing list