@@ -13292,7 +13292,7 @@ See the comment at the top of src/port/thread.c for more information.
13292
13292
fi
13293
13293
else
13294
13294
# do not use values from template file
13295
- THREAD_CFLAGS =
13295
+ THREAD_CPPFLAGS =
13296
13296
THREAD_LIBS=
13297
13297
fi
13298
13298
@@ -13312,7 +13312,7 @@ fi
13312
13312
if test "$enable_thread_safety" = yes -a "$NEED_REENTRANT_FUNCS" = yes ; then
13313
13313
_CFLAGS="$CFLAGS"
13314
13314
_LIBS="$LIBS"
13315
- CFLAGS="$CFLAGS $THREAD_CFLAGS "
13315
+ CFLAGS="$CFLAGS $THREAD_CPPFLAGS "
13316
13316
LIBS="$LIBS $THREAD_LIBS"
13317
13317
13318
13318
@@ -18211,7 +18211,7 @@ s,@python_includespec@,$python_includespec,;t t
18211
18211
s,@python_libspec@,$python_libspec,;t t
18212
18212
s,@LIBOBJS@,$LIBOBJS,;t t
18213
18213
s,@HAVE_IPV6@,$HAVE_IPV6,;t t
18214
- s,@THREAD_CFLAGS @,$THREAD_CFLAGS ,;t t
18214
+ s,@THREAD_CPPFLAGS @,$THREAD_CPPFLAGS ,;t t
18215
18215
s,@THREAD_LIBS@,$THREAD_LIBS,;t t
18216
18216
s,@HAVE_POSIX_SIGNALS@,$HAVE_POSIX_SIGNALS,;t t
18217
18217
s,@MSGFMT@,$MSGFMT,;t t
0 commit comments