diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-20 16:32:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-20 16:32:52 +0000 |
commit | baf309de6b8b33af9fdcaf368317520b147dc51b (patch) | |
tree | f1c2d4f0eba90d76a6f9b608f2cd8979f9e031a0 /configure.in | |
parent | 91f1a0e1058f39fc6b75acb77c95eec2d3106a0c (diff) | |
download | fetchmail-baf309de6b8b33af9fdcaf368317520b147dc51b.tar.gz fetchmail-baf309de6b8b33af9fdcaf368317520b147dc51b.tar.bz2 fetchmail-baf309de6b8b33af9fdcaf368317520b147dc51b.zip |
Security relabeling.
svn path=/trunk/; revision=1659
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 50d653ae..84dae585 100644 --- a/configure.in +++ b/configure.in @@ -198,14 +198,14 @@ AC_ARG_ENABLE(inet6, AC_DEFINE(INET6, 1) ]) AC_ARG_ENABLE(netsec, - [ --enable-netsec support network security (req. the inet6-apps library)], + [ --enable-netsec support network security (requires inet6-apps library)], [ unset ac_cv_lib_inet6_net_security_strtorequest; AC_CHECK_LIB(inet6, net_security_strtorequest,, [ unset ac_cv_lib_inet6_net_security_strtorequest; LDFLAGS="$LDFLAGS -L/usr/inet6/lib"; AC_CHECK_LIB(inet6, net_security_strtorequest,, [ echo 'configure: cannot find net_security_strtorequest in libinet6, which is required'; echo ' for network security support. Either it does not exist, or it was'; echo ' not built with network security support enabled.'; exit 1]) ]) - AC_DEFINE(NETSEC, 1) ]) + AC_DEFINE(NET_SECURITY, 1) ]) ### use option --with-gssapi=DIR to compile in GSSAPI support AC_ARG_WITH(gssapi, |