1.1 --- a/configure.in Thu Jun 07 13:53:51 2001 +0000
1.2 +++ b/configure.in Thu Jun 07 14:28:11 2001 +0000
1.3 @@ -63,6 +63,10 @@
1.4 *-*-linux*)
1.5 AC_PROG_CXX
1.6 ;;
1.7 + *-*-darwin*)
1.8 + OBJC="???"
1.9 + AC_SUBST(OBJC)
1.10 + ;;
1.11 esac
1.12 AC_PROG_INSTALL
1.13 AC_FUNC_ALLOCA
1.14 @@ -1979,6 +1983,7 @@
1.15 src/video/maccommon/Makefile
1.16 src/video/macdsp/Makefile
1.17 src/video/macrom/Makefile
1.18 +src/video/quartz/Makefile
1.19 src/video/svga/Makefile
1.20 src/video/aalib/Makefile
1.21 src/video/wincommon/Makefile