Misplaced comment.

This commit is contained in:
Layla Marchant 2020-03-12 16:29:43 -04:00
parent 7f329abc28
commit cdf24b8c03
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,6 @@ AC_PROG_INSTALL
STARFIGHTER_CPPFLAGS="-DVERSION=\\\"$PACKAGE_VERSION\\\" -Wall -Wformat-truncation=0"
STARFIGHTER_LDADD=""
# Checks for libraries.
# Detect MacOS
AC_CANONICAL_HOST
@ -31,6 +29,8 @@ case $host_os in
;;
esac
# Checks for libraries.
AC_SEARCH_LIBS([atanf], [m])
PKG_CHECK_EXISTS([SDL2_mixer], [