summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-05-05 10:41:48 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-05-05 10:41:48 +0300
commit4a21a284374979ad80481dedafd2c3dffacd741a (patch)
treeae1d9777644416397553e48e521a08809ded5ee1 /configure.ac
parenteca9f932a0c34539de5ae10196437f4be76a5bbb (diff)
downloadbdwgc-4a21a284374979ad80481dedafd2c3dffacd741a.tar.gz
Remove DGUX_THREADS macro which duplicates GC_DGUX386_THREADS (configure)
(code refactoring) * configure.ac [dgux386] (DGUX_THREADS): Remove AC_DEFINE.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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"
;;