diff options
author | David Tardon <dtardon@redhat.com> | 2017-12-07 13:45:31 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-12-07 13:49:10 +0100 |
commit | d21267b50321749e894f4cb792b14b832ccbd7a3 (patch) | |
tree | 87d32697549d06b3f651fcf0f9787ff8e8adac7c /config_host.mk.in | |
parent | 3dacb5a430b879f22266c06f47d6b78502cb1af2 (diff) |
allow to build online help too
Change-Id: I9b26f952dc681893b25712451535f4b539fd615d
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
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@ |