diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-02-02 00:59:13 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-05 19:16:16 -0500 |
commit | f36078af138f052cd9a30360867b0ebd0805af5e (patch) | |
tree | 7ad0a67db59ff6e28f3850eac4e68b496e2ba689 /configure.ac | |
parent | 5f5a6990e027cb822bced67b662296b9d9a8b618 (diff) | |
download | sssd_unused-f36078af138f052cd9a30360867b0ebd0805af5e.tar.gz sssd_unused-f36078af138f052cd9a30360867b0ebd0805af5e.tar.xz sssd_unused-f36078af138f052cd9a30360867b0ebd0805af5e.zip |
BUILD: Introduce a --with-autofs config option
This would allow to select the autofs feature during build without
having to select the other features.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 65136e1c..c465c56c 100644 --- a/configure.ac +++ b/configure.ac @@ -95,6 +95,7 @@ WITH_LIBNL WITH_NOLOGIN_SHELL WITH_APP_LIBS WITH_SUDO +WITH_AUTOFS m4_include([src/external/pkg.m4]) m4_include([src/external/libpopt.m4]) |