summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-12-07 13:45:31 +0100
committerDavid Tardon <dtardon@redhat.com>2017-12-07 13:49:10 +0100
commitd21267b50321749e894f4cb792b14b832ccbd7a3 (patch)
tree87d32697549d06b3f651fcf0f9787ff8e8adac7c /config_host.mk.in
parent3dacb5a430b879f22266c06f47d6b78502cb1af2 (diff)
allow to build online help too
Change-Id: I9b26f952dc681893b25712451535f4b539fd615d
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 2281a90d891c..5a71f572258b 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -246,6 +246,7 @@ export HAVE_LD_BSYMBOLIC_FUNCTIONS=@HAVE_LD_BSYMBOLIC_FUNCTIONS@
export HAVE_LD_HASH_STYLE=@HAVE_LD_HASH_STYLE@
export HAVE_POSIX_FALLOCATE=@HAVE_POSIX_FALLOCATE@
export HELP_COMMON_ONLY=@HELP_COMMON_ONLY@
+export HELP_ONLINE=@HELP_ONLINE@
export HOST_PLATFORM=@host@
export HSQLDB_JAR=@HSQLDB_JAR@
export HSQLDB_USE_JDBC_4_1=@HSQLDB_USE_JDBC_4_1@