diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-01-11 23:18:20 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-01-16 14:24:45 +0100 |
commit | 8e65b38081b49b21e69a5efdf5a8fa20600d927e (patch) | |
tree | a2eedd7824d0fe2771cacdfcc1891420b14f8262 /configure.ac | |
parent | 7c7520bad93185eb4a5a3b60241b53c989aeb4c8 (diff) |
--with-nss-build-tools is not used anymore
..since 6eff6fae6272e8ed5d74553597bb4b73db3f2864
Change-Id: I93559aee05a20c1119612c896acaefb97fc90bb4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index a5f423fadfe6..7f001a663663 100644 --- a/configure.ac +++ b/configure.ac @@ -1803,20 +1803,6 @@ AC_ARG_WITH(windows-sdk, ], ,) -AC_ARG_WITH(nss-build-tools, - AS_HELP_STRING([--with-nss-build-tools], - [For Windows users, please supply the path to the nss build tools.]) - [ - Usage: --with-nss-build-tools=<absolute path to - nss build tools> - - At the moment of this writing, an installer for the - mozilla build tools can be obtained from http://ftp. - mozilla.org/pub/mozilla.org/mozilla/libraries/win32. - ], - NSSBUILDTOOLS=$withval , -) # NSSBUILDTOOLS - AC_ARG_WITH(lang, AS_HELP_STRING([--with-lang], [Use this option to build LibreOffice with additional language support. |