diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-06 12:30:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-07 01:34:37 +0100 |
commit | 1e7f9952140fb42c71df2113166902ef98287780 (patch) | |
tree | fcb60bd0e6ae9d9f0778d19b4f91fb0691535e75 /config_host.mk.in | |
parent | dc920c16de09dba26213c061ff0a17ed77c10782 (diff) |
configure: no need to put OSVERSION in environment
... since it's only used inside configure.
Change-Id: Iaf88239a5e8eb7215406b9948ca2599bd1468a8b
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 57e05744992e..36df9ac8e277 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -421,7 +421,6 @@ export OPENSSL_LIBS=$(gb_SPACE)@OPENSSL_LIBS@ export ORCUS_CFLAGS=$(gb_SPACE)@ORCUS_CFLAGS@ export ORCUS_LIBS=$(gb_SPACE)@ORCUS_LIBS@ export OS=@OS@ -export OSVERSION=@OSVERSION@ export OS_FOR_BUILD=@OS_FOR_BUILD@ export OUTPATH=@OUTPATH@ export PATH=@LO_PATH@ |