Fixed non-Mac OS X builds.

This commit is contained in:
Clifford T. Matthews 2009-06-21 23:09:56 -06:00
parent c9936b3e7c
commit 12c1c9e5a4
1 changed files with 1 additions and 5 deletions

View File

@ -44,11 +44,7 @@ AM_PROG_CC_C_O
AC_PROG_RANLIB
AM_PROG_AS
AC_PROG_YACC
if test x$host_os = xmacosx; then
AC_PROG_OBJC
fi
AC_PROG_OBJC
AC_CHECK_PROG([PERL], [perl], [perl])
AC_ARG_VAR([PERL], [perl for generating blitters])