From: Nick Bowler Date: Thu, 6 Dec 2012 00:43:34 +0000 (-0500) Subject: Move GLOBAL_SYMBOL_PIPE definition into dxcommon code. X-Git-Tag: v1~31 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/15d0fe5088a28cd5f9416f64f20657f30a207998 Move GLOBAL_SYMBOL_PIPE definition into dxcommon code. This got left behind when exported.sh was moved. --- diff --git a/common b/common index 84dd064..37cea6b 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 84dd06463916fbf857351fbaba4ea33e1e056460 +Subproject commit 37cea6bc1a0c2c7a6e73f2ecf8a8a8f0aac605ed diff --git a/configure.ac b/configure.ac index 0b9bab1..4de7d95 100644 --- a/configure.ac +++ b/configure.ac @@ -56,9 +56,6 @@ AC_ARG_VAR([BISONFLAGS], [Additional options to pass to Bison.]) AC_CHECK_PROGS([BISON], [bison], [bison]) BISON_I18N -GLOBAL_SYMBOL_PIPE=$lt_cv_sys_global_symbol_pipe -AC_SUBST([GLOBAL_SYMBOL_PIPE]) - AH_TOP([#include ]) AH_BOTTOM([#include ])