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/sh-common | |
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/sh-common')
-rw-r--r-- | site/sh-common | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/site/sh-common b/site/sh-common index b5605507fd..a9ccf2ffb7 100644 --- a/site/sh-common +++ b/site/sh-common @@ -85,8 +85,6 @@ ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes} # samba samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} -samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes} -samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes} samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes} samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes} samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes} |