mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Include the physfs 3.0.1 source in love.
This commit is contained in:
@@ -19,9 +19,6 @@ AC_DEFUN([ACLOVE_DEP_THEORA], [
|
||||
AC_DEFUN([ACLOVE_DEP_LIBM], [
|
||||
AC_SEARCH_LIBS([sqrt], [m], [], [LOVE_MSG_ERROR([the C math library])])])
|
||||
|
||||
AC_DEFUN([ACLOVE_DEP_PHYSFS], [
|
||||
AC_SEARCH_LIBS([PHYSFS_init], [physfs], [], [LOVE_MSG_ERROR([PhysicsFS])])])
|
||||
|
||||
AC_DEFUN([ACLOVE_DEP_SDL2], [
|
||||
AM_PATH_SDL2([], [], [LOVE_MSG_ERROR([SDL 2])])])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user