@@ -13292,7 +13292,7 @@ See the comment at the top of src/port/thread.c for more information.
1329213292fi
1329313293else
1329413294# do not use values from template file
13295- THREAD_CFLAGS =
13295+ THREAD_CPPFLAGS =
1329613296THREAD_LIBS=
1329713297fi
1329813298
@@ -13312,7 +13312,7 @@ fi
1331213312if test "$enable_thread_safety" = yes -a "$NEED_REENTRANT_FUNCS" = yes ; then
1331313313_CFLAGS="$CFLAGS"
1331413314_LIBS="$LIBS"
13315- CFLAGS="$CFLAGS $THREAD_CFLAGS "
13315+ CFLAGS="$CFLAGS $THREAD_CPPFLAGS "
1331613316LIBS="$LIBS $THREAD_LIBS"
1331713317
1331813318
@@ -18211,7 +18211,7 @@ s,@python_includespec@,$python_includespec,;t t
1821118211s,@python_libspec@,$python_libspec,;t t
1821218212s,@LIBOBJS@,$LIBOBJS,;t t
1821318213s,@HAVE_IPV6@,$HAVE_IPV6,;t t
18214- s,@THREAD_CFLAGS @,$THREAD_CFLAGS ,;t t
18214+ s,@THREAD_CPPFLAGS @,$THREAD_CPPFLAGS ,;t t
1821518215s,@THREAD_LIBS@,$THREAD_LIBS,;t t
1821618216s,@HAVE_POSIX_SIGNALS@,$HAVE_POSIX_SIGNALS,;t t
1821718217s,@MSGFMT@,$MSGFMT,;t t
0 commit comments