Add gvc to configure.ac
This commit is contained in:
parent
03888e5c65
commit
27e8998ab3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ AC_FUNC_REALLOC
|
|||
AC_CHECK_FUNCS([gettimeofday memset strchr strdup strndup strstr])
|
||||
|
||||
PKG_PROG_PKG_CONFIG
|
||||
PKG_CHECK_MODULES(DEPS, [libpcre check])
|
||||
PKG_CHECK_MODULES(DEPS, [libpcre check gvc])
|
||||
AC_SUBST(DEPS_CFLAGS)
|
||||
AC_SUBST(DEPS_LIBS)
|
||||
AC_CONFIG_FILES([
|
||||
|
|
Loading…
Reference in a new issue