Imported a fix of configure.ac.
This commit is contained in:
parent
3619701d5a
commit
d732762a76
|
@ -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])
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue