Skip to content

Commit

Permalink
Fixed non-Mac OS X builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clifford T. Matthews committed Jun 22, 2009
1 parent c9936b3 commit 12c1c9e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit 12c1c9e

Please sign in to comment.