]> git.draconx.ca Git - cdecl99.git/commitdiff
Move GLOBAL_SYMBOL_PIPE definition into dxcommon code.
authorNick Bowler <nbowler@draconx.ca>
Thu, 6 Dec 2012 00:43:34 +0000 (19:43 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 6 Dec 2012 00:43:34 +0000 (19:43 -0500)
This got left behind when exported.sh was moved.

common
configure.ac

diff --git a/common b/common
index 84dd06463916fbf857351fbaba4ea33e1e056460..37cea6bc1a0c2c7a6e73f2ecf8a8a8f0aac605ed 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 84dd06463916fbf857351fbaba4ea33e1e056460
+Subproject commit 37cea6bc1a0c2c7a6e73f2ecf8a8a8f0aac605ed
index 0b9bab10e6fd10134028855e7edc06f60d57a0ab..4de7d9545a8dbedd4734f01357db62743188bdb9 100644 (file)
@@ -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 <conf_pre.h>])
 AH_BOTTOM([#include <conf_post.h>])