mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Bugzilla bug #218: define HAVE_STRERROR only if it is not yet defined.
Thanks to David Nebinger (dnebinger@synertech.highmark.com) for reporting the problem and suggesting the fix.
This commit is contained in:
parent
e382aa1298
commit
e8f298c4f1
@ -40,7 +40,9 @@
|
||||
#undef HAVE_WEAK_MALLOC_SYMBOLS
|
||||
#define HAVE_DLL
|
||||
#define USE_HPSHL
|
||||
#ifndef HAVE_STRERROR
|
||||
#define HAVE_STRERROR
|
||||
#endif
|
||||
|
||||
#undef _PR_HAVE_ATOMIC_OPS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user