Imported a fix of configure.ac.

This commit is contained in:
Julie Marchant 2019-07-06 21:17:41 -04:00
parent 3619701d5a
commit d732762a76
3 changed files with 2 additions and 22 deletions

View File

@ -20,6 +20,8 @@ AC_PROG_INSTALL
STARFIGHTER_CFLAGS="-DVERSION=\\\"$PACKAGE_VERSION\\\""
# Checks for libraries.
AC_SEARCH_LIBS([atanf], [m])
PKG_CHECK_EXISTS([SDL2_mixer], [
PKG_CHECK_EXISTS([SDL2_ttf], [
PKG_CHECK_MODULES([SDL], [sdl2 SDL2_image SDL2_mixer SDL2_ttf])

View File

@ -1,11 +0,0 @@
# This file has been dedicated to the public domain, to the extent
# possible under applicable law, via CC0. See
# http://creativecommons.org/publicdomain/zero/1.0/ for more
# information. This file is offered as-is, without any warranty.
if !RUN_IN_PLACE
nobase_pkgdata_DATA = *
endif

View File

@ -1,11 +0,0 @@
# This file has been dedicated to the public domain, to the extent
# possible under applicable law, via CC0. See
# http://creativecommons.org/publicdomain/zero/1.0/ for more
# information. This file is offered as-is, without any warranty.
if !RUN_IN_PLACE
nobase_pkgdata_DATA = *
endif