diff options
author | Werner Koch <[email protected]> | 1999-09-17 10:58:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-09-17 10:58:20 +0000 |
commit | 9caad6d24d015a0c3c35d3939d7899a6382e5d17 (patch) | |
tree | 0f0be053c02b73a0d6f44d5442f04f021b911802 /configure.in | |
parent | See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner Koch (diff) | |
download | gnupg-9caad6d24d015a0c3c35d3939d7899a6382e5d17.tar.gz gnupg-9caad6d24d015a0c3c35d3939d7899a6382e5d17.zip |
See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochV1-0-1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |