Skip to content

Commit

Permalink
Autotools: Explicitly find and use pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Sep 18, 2016
1 parent d828f17 commit bcd6c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ AC_CONFIG_HEADERS([config.h])
AM_PROG_AR
AC_PROG_CXX
LT_INIT([disable-shared])
PKG_PROG_PKG_CONFIG

# Options
AC_ARG_VAR([EM_GAME_URL], [Game URL/directory (only used for the Emscripten port)])
Expand Down

0 comments on commit bcd6c5f

Please sign in to comment.