From 6308461cf33071eb2339e984186d0fa48a5e2efa Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 22 Apr 2005 00:31:49 +0000 Subject: [PATCH] Fix unix builds that need the included regex. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1665 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build.vars.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sc2/build.vars.in b/sc2/build.vars.in index ca6bb9ef2..5dc16558c 100644 --- a/sc2/build.vars.in +++ b/sc2/build.vars.in @@ -28,10 +28,11 @@ uqm_INSTALL_SHAREDIR='@INSTALL_SHAREDIR@' # Exported variables are available from all the Makeinfo files # Non-exported files only where build.vars is explicitely included. uqm_SOUNDMODULE='@SOUNDMODULE@' +uqm_HAVE_REGEX='@HAVE_REGEX_H_FLAG@' uqm_HAVE_OPENGL='@HAVE_OPENGL@' uqm_USE_ZIP_IO='@USE_ZIP_IO@' WINDRES='@WINDRES@' REZ='@REZ@' DEBUG='@DEBUG@' -export uqm_SOUNDMODULE uqm_HAVE_OPENGL uqm_USE_ZIP_IO WINDRES DEBUG +export uqm_SOUNDMODULE uqm_HAVE_REGEX uqm_HAVE_OPENGL uqm_USE_ZIP_IO WINDRES DEBUG