configure.ac | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f231ca7a43c7ac6d31973eb45168f2dd87f694bd
Author: Stephan Bergmann <[email protected]>
AuthorDate: Fri Sep 20 09:20:36 2024 +0200
Commit: Stephan Bergmann <[email protected]>
CommitDate: Fri Sep 20 13:28:09 2024 +0200
GCC_HOME no longer needs to be SUBST'ed
...since 411e8c24a289649797c679afc084113f7f61667a "vscode: make it work
better
when srcdir=buildir and add mac lldb config" removed its use in
.vscode/vs-code-template.code-workspace.in
Change-Id: I7454f5d4443eedbb8ca143eb3e140cd0a0d708f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173694
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/configure.ac b/configure.ac
index 9d3c459b8559..25324da03940 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3582,7 +3582,6 @@ if test "$_os" != "WINNT"; then
GCC_HOME="$with_gcc_home"
fi
AC_MSG_RESULT($GCC_HOME)
- AC_SUBST(GCC_HOME)
if test "$GCC_HOME_SET" = "true"; then
if test -z "$CC"; then