mirror of
https://github.com/ctm/executor.git
synced 2025-02-17 05:31:27 +00:00
Fixed non-Mac OS X builds.
This commit is contained in:
parent
c9936b3e7c
commit
12c1c9e5a4
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user