From: Ivan Maidanski Date: Fri, 5 May 2017 07:41:48 +0000 (+0300) Subject: Remove DGUX_THREADS macro which duplicates GC_DGUX386_THREADS (configure) X-Git-Tag: v8.0.0~750 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a21a284374979ad80481dedafd2c3dffacd741a;p=gc Remove DGUX_THREADS macro which duplicates GC_DGUX386_THREADS (configure) (code refactoring) * configure.ac [dgux386] (DGUX_THREADS): Remove AC_DEFINE. --- diff --git a/configure.ac b/configure.ac index a39eb9d3..f35591d8 100644 --- a/configure.ac +++ b/configure.ac @@ -365,8 +365,6 @@ case "$THREADS" in AC_MSG_WARN("Explicit GC_INIT() calls may be required."); AC_DEFINE([GC_DGUX386_THREADS], 1, [Define to enable support for DB/UX threads on i386.]) - AC_DEFINE([DGUX_THREADS], 1, - [Define to enable support for DB/UX threads.]) # Enable _POSIX4A_DRAFT10_SOURCE with flag -pthread AM_CFLAGS="-pthread $AM_CFLAGS" ;;