diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-17 09:12:45 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-17 14:50:23 -0500 |
commit | 5352c9b3609bca63814f9f6f03dbbbadf6c6333a (patch) | |
tree | b066ac5fbd429af1966451bb6e9ec077bca63fc5 /configure.ac | |
parent | 50b2904bc09dee04fbc5b13246a33f5d3b257d2e (diff) | |
download | sssd-5352c9b3609bca63814f9f6f03dbbbadf6c6333a.tar.gz sssd-5352c9b3609bca63814f9f6f03dbbbadf6c6333a.tar.xz sssd-5352c9b3609bca63814f9f6f03dbbbadf6c6333a.zip |
Remove support for pre-1.1 netlink
Netlink 1.0 and older is buggy and unreliable, occasionally
causing tight-loops. We're no longer going to try to support it.
https://fedorahosted.org/sssd/ticket/755
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6192c533f..f0fa07257 100644 --- a/configure.ac +++ b/configure.ac @@ -161,7 +161,7 @@ if test x$HAVE_SEMANAGE != x -a x$HAVE_SELINUX != x; then AM_CHECK_SEMANAGE fi -if test x$HAVE_LIBNL != x; then +if test x$BUILD_LIBNL != x; then AM_CHECK_LIBNL fi |