Merge branch 'Fix-16' into 'master'
Fix #16: explicitely check for pkg-config macros Closes #16 See merge request etherlab.org/ethercat!37
This commit is contained in:
commit
4b05c861d7
|
|
@ -47,8 +47,9 @@ AC_CONFIG_HEADERS([config.h])
|
|||
AC_CONFIG_SRCDIR([config.h.in])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_PROG_SED
|
||||
PKG_PROG_PKG_CONFIG
|
||||
PKG_INSTALLDIR()
|
||||
m4_ifndef([PKG_INSTALLDIR], [m4_fatal([pkgconf or pkg-config not found or too old (`pkg-config --version` must be >= 0.27)])])
|
||||
PKG_PROG_PKG_CONFIG(0.27)
|
||||
PKG_INSTALLDIR
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Global
|
||||
|
|
|
|||
Loading…
Reference in New Issue