summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-12-10 10:41:35 +0100
committerTomáš Chvátal <tchvatal@suse.cz>2013-01-10 15:54:48 +0100
commitf0fd3bd8f8a13f6cbe2a27018b83eee24a694c09 (patch)
tree98743b89a2b388cf57eb196d5070b8862b45a7bf /config_host.mk.in
parent9299707ce09077f10c49ec836e26f6197ed20a1a (diff)
Add configure switch that allows hardlink deliver
This switch just makes possible to configure in ln delivery instead of cp based one. The feature was already in the place, we just make it visible as configure option now. Change-Id: I778ef3b03e6b9a57057e66ff6307e7da46bcd935
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 6ffd0fe352c6..d7ede5a445da 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -215,6 +215,7 @@ export GUI=@GUI@
export GUIBASE=@GUIBASE@
export GUIBASE_FOR_BUILD=@GUIBASE_FOR_BUILD@
export GUI_FOR_BUILD=@GUI_FOR_BUILD@
+export HARDLINKDELIVER=@HARDLINKDELIVER@
export HAVE_CXX0X=@HAVE_CXX0X@
export HAVE_GCC_AVX=@HAVE_GCC_AVX@
export HAVE_GCC_BUILTIN_ATOMIC=@HAVE_GCC_BUILTIN_ATOMIC@