summaryrefslogtreecommitdiffstats
path: root/src/external/libaugeas.m4
blob: 29a793528d33e71ce3c586b83fef194432688670 (plain)
1
2
3
4
5
6
7
8
9
10
AC_SUBST(AUGEAS_CFLAGS)
AC_SUBST(AUGEAS_LIBS)

PKG_CHECK_MODULES(AUGEAS,
    augeas >= 1.0.0,
    ,
    AC_MSG_ERROR([
Please install augeas-devel or disable this dependency
by specifying --disable-config-lib when running configure.])
    )