configure: Add a missing option, --with-gcc-home

--enable-icecream option mentions this in its documentation, but
it had been missing till now.

This option is also necessary when operating systems installs 
icecc wrappers in locations other than /usr/lib/icecc, /opt/icecream, 
which is what GCC_HOME gets set to by default with --enable-icecream.

Change-Id: Ib2b6ec010271467949e7ac9f1d01624cb360c5a5
Reviewed-on: https://gerrit.libreoffice.org/21551
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
This commit is contained in:
Pranav Kant
2016-01-18 01:12:37 +05:30
committed by Katarina Behrens
parent 45cdf26441
commit b7c807faeb

View File

@@ -1514,6 +1514,13 @@ dnl ===================================================================
dnl Optional Packages (--with/without-)
dnl ===================================================================
AC_ARG_WITH(gcc-home,
AS_HELP_STRING([--with-gcc-home],
[Specify the location of gcc/g++ manually. This can be used in conjunction
with --enable-icecream when icecream gcc/g++ wrappers are installed in a
non-default path.]),
,)
AC_ARG_WITH(gnu-patch,
AS_HELP_STRING([--with-gnu-patch],
[Specify location of GNU patch on Solaris or FreeBSD.]),