summaryrefslogtreecommitdiffstats
path: root/boehm-gc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r--boehm-gc/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in
index 96da3c31ed3..85d0eeb707c 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/configure.in
@@ -137,8 +137,8 @@ case "$THREADS" in
;;
win32)
AC_DEFINE(GC_WIN32_THREADS)
- dnl Wine getenv may not return NULL for missing entry
- AC_DEFINE(NO_GETENV)
+ dnl Old wine getenv may not return NULL for missing entry.
+ dnl Define EMPTY_GETENV_RESULTS here to work around the bug.
;;
dgux386)
THREADS=dgux386
OpenPOWER on IntegriCloud