summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 07bf6fd7a793..bf96369e419c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.]),