Skip to content

Commit

Permalink
now detect if pkg-config executable is available.
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 18, 2010
1 parent d35146b commit b9201b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ AC_MSG_CHECKING(for dbus support)
AC_MSG_RESULT($enable_dbus)

# checking dependencies
AC_PATH_PROG(PKG_CONFIG, pkg-config, [AC_MSG_ERROR([pkg-config not found.])])

## libnfc
PKG_CHECK_MODULES(LIBNFC, libnfc, [WITH_NFC=1], [WITH_NFC=0])

Expand Down

0 comments on commit b9201b4

Please sign in to comment.