X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=configure.ac;h=0be9d2f08e0f68f7a81e2b05a2688e85b66dec6f;hb=750b9c5121c40a55d5b39aad963fc1ae57e3bfeb;hp=d0884c6ee5fee83477041d5e24c2626cfc34cfa3;hpb=c85d24eb4bae8d1dee9d2cc6cfd4505b08c90130;p=cascardo%2Frnetproxy.git diff --git a/configure.ac b/configure.ac index d0884c6..0be9d2f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,9 @@ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) AC_PROG_CC AC_PROG_INSTALL AM_PATH_GNET_2_0(,,AC_MSG_ERROR(GNet not found)) -LIBS="$GNET_LIBS $LIBS" -CFLAGS="$GNET_CFLAGS $CFLAGS" +PKG_CHECK_MODULES(IKSEMEL, iksemel, , AC_MSG_ERROR(Could not find iksemel)) +LIBS="$GNET_LIBS $IKSEMEL_LIBS $LIBS" +CFLAGS="$GNET_CFLAGS $IKSEMEL_CFLAGS $CFLAGS" if test "${sysconfdir}x" = '${prefix}/etcx'; then if test "${prefix}x" = 'NONEx'; then AC_DEFINE_UNQUOTED(SYSCONFDIR, "${ac_default_prefix}/etc")