GCC_HOME no longer needs to be SUBST'ed

...since 411e8c24a2 "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 <stephan.bergmann@allotropia.de>
This commit is contained in:
Stephan Bergmann 2024-09-20 09:20:36 +02:00
parent 2469e69af8
commit f231ca7a43

View file

@ -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