Remove DGUX_THREADS macro which duplicates GC_DGUX386_THREADS (configure)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 5 May 2017 07:41:48 +0000 (10:41 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 5 May 2017 07:41:48 +0000 (10:41 +0300)
(code refactoring)

* configure.ac [dgux386] (DGUX_THREADS): Remove AC_DEFINE.

configure.ac

index a39eb9d..f35591d 100644 (file)
@@ -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"
     ;;