From 9caad6d24d015a0c3c35d3939d7899a6382e5d17 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 17 Sep 1999 10:58:20 +0000 Subject: See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner Koch --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a56847ae8..ef3479a4b 100644 --- a/configure.in +++ b/configure.in @@ -435,6 +435,7 @@ if test "$ac_cv_header_sys_capability_h" = "yes" ; then AC_CHECK_LIB(cap, cap_init, ac_need_libcap=1) if test "$ac_cv_lib_cap_cap_init" = "yes"; then AC_DEFINE(USE_CAPABILITIES) + LIBS="$LIBS -lcap" use_capabilities=yes fi fi @@ -683,6 +684,8 @@ if echo "$VERSION" | grep $tmp_pat >/dev/null ; then AC_DEFINE(IS_DEVELOPMENT_VERSION) fi +AM_CONDITIONAL(CROSS_COMPILING, test x$cross_compiling = xyes) + GNUPG_DO_LINK_FILES -- cgit v1.2.3