1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-20 02:07:23 +01:00

trying to detect distcc in configure

This commit is contained in:
Vadim Kurland 2009-10-03 20:10:22 +00:00
parent 1f5ab1b9ec
commit fc40bc2c5d
2 changed files with 4 additions and 1 deletions

View File

@ -434,6 +434,9 @@ then
ccache -s
fi
AC_PATH_PROG(DISTCC, distcc, , )
AC_SUBST(DISTCC)
dnl AC_CONFIG_FILES([ Main.make ])
AC_CONFIG_FILES([ qmake.inc ])

View File

@ -22,7 +22,7 @@ unix {
FWBPARSER_LIB = ../parsers/libfwbparser.a
FWTRANSFER_LIB = ../fwtransfer/libfwtransfer.a
QMAKE_CXX = @CCACHE@ g++
QMAKE_CXX = @CCACHE@ @DISTCC@ g++
!macx {