diff options
author | Tom Rini <trini@embeddedalley.com> | 2008-11-26 14:12:27 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2008-11-26 14:12:27 -0500 |
commit | bb12cd9c0a757e6ef696d57923821829f00ace79 (patch) | |
tree | 9d64dd072fd5467a7839c10fa58bf72871b201c4 /site/common-linux | |
parent | e2da0ee76bdb189129db65a0ab7e10b0a9847351 (diff) |
samba, samba-essential: Move IFACE related autoconf variables to common-linux site file.
As reported by me in bug 4854, the IFACE autoconf variables are found
in some, bug not all arch site files, but these are really common linux
variables and as such, should be in common-linux. Bump PR as there is a
change here in some arches.
Diffstat (limited to 'site/common-linux')
-rw-r--r-- | site/common-linux | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/common-linux b/site/common-linux index aeb256b4a9..1465b5fbc8 100644 --- a/site/common-linux +++ b/site/common-linux @@ -1,2 +1,8 @@ # apr ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes} + +# samba +samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no} +samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes} +samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes} +samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no} |