diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-29 20:55:59 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-30 00:01:36 +0100 |
commit | 5de3b85f17d90e535f963313b4a645b28dacba33 (patch) | |
tree | f6c645b589efb807ce1c805873683caf6b99deaf /config_host.mk.in | |
parent | 228313f32c472da1cb2f7cacf53a25fcd3e12fb3 (diff) |
configure: remove newly unused variable MERGE_MODULES
Change-Id: Idb60c578f6dd3412a81b38aaf66d21674387a2e0
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 3c891372c513..d03b96f61b59 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -363,7 +363,6 @@ export BUNDLE_MARIADB=@BUNDLE_MARIADB@ export MD5SUM=@MD5SUM@ export MDDS_CPPFLAGS=$(gb_SPACE)@MDDS_CPPFLAGS@ export MERGELIBS=@MERGELIBS@ -export MERGE_MODULES=@MERGE_MODULES@ export MINGWCXX=@MINGWCXX@ export MINGWSTRIP=@MINGWSTRIP@ export MINGW_CLIB_DIR=@MINGW_CLIB_DIR@ |