diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-13 16:14:22 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-13 18:27:25 +0100 |
commit | a2a7a6411f7754b537d0ba2ad28a9823dd52ef74 (patch) | |
tree | d597216c8a780dcf2dd710665d41755ab2f81827 /config_host.mk.in | |
parent | d1299fd4c539a582e34c19e05ec635ee6ff6e0fa (diff) |
configure: NSS_MAJOR etc. unused since cffad630
Change-Id: I5182e538219e85e8c2b0ae615d02d9aaaff75ca5
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 0da03bee4422..42bc0023de9c 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -402,9 +402,6 @@ export NM=@NM@ export NPAPI_HEADERS_CFLAGS=$(gb_SPACE)@NPAPI_HEADERS_CFLAGS@ export NSS_CFLAGS=$(gb_SPACE)@NSS_CFLAGS@ export NSS_LIBS=$(gb_SPACE)@NSS_LIBS@ -export NSS_MAJOR=@NSS_MAJOR@ -export NSS_MINOR=@NSS_MINOR@ -export NSS_PATCH=@NSS_PATCH@ export NUMBERTEXT_EXTENSION_PACK=@NUMBERTEXT_EXTENSION_PACK@ export nodep=@nodep@ @x_OBJCFLAGS@ export OBJCFLAGS=@OBJCFLAGS@ |