We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19ef80 commit 4c167bcCopy full SHA for 4c167bc
1 file changed
configure.ac
@@ -480,7 +480,7 @@ buildFLTK() {
480
AC_SUBST(desktopentrydir)
481
482
dnl generate kwp.h
483
- (cd src/platform/fltk && g++ -o build_kwp build_kwp.cxx && ./build_kwp)
+ (cd src/platform/fltk && ${CXX} -o build_kwp build_kwp.cxx && ./build_kwp)
484
}
485
486
if test x$ac_build_sdl = xyes; then
@@ -499,7 +499,7 @@ else
499
buildConsole
500
fi
501
502
-(cd documentation && g++ -o build_kwp build_kwp.cpp && ./build_kwp > ../src/ui/kwp.h)
+(cd documentation && ${CXX} -o build_kwp build_kwp.cpp && ./build_kwp > ../src/ui/kwp.h)
503
504
checkPCRE
505
checkTermios
0 commit comments