Fixed C++ compiler detection in the 'configure' script.

This commit is contained in:
stainless
2001-09-03 23:12:32 +00:00
parent c598605991
commit 05bae6c7ca
2 changed files with 209 additions and 64 deletions

View File

@@ -17,6 +17,7 @@ AC_INIT(init.asm)
echo -- Where is our compiler, and who are we compiling for?
CFLAGS="-pipe -I. -Wall"
AC_PROG_CC
AC_PROG_CXX
AC_PATH_PROG(NASMPATH,nasm,[AC_MSG_ERROR(nasm 0.98 is required)])
NFLAGS="$NFLAGS -w-orphan-labels"
AC_PROG_INSTALL