From 15d0fe5088a28cd5f9416f64f20657f30a207998 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Wed, 5 Dec 2012 19:43:34 -0500 Subject: [PATCH] Move GLOBAL_SYMBOL_PIPE definition into dxcommon code. This got left behind when exported.sh was moved. --- common | 2 +- configure.ac | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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 ]) -- 2.43.0