mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user