~ubuntu-branches/ubuntu/lucid/samba/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/config.cache.sparc-linux-gnu

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-07-21 17:53:23 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050721175323-m3oh6aoigywohfnq
Tags: 3.0.14a-6ubuntu1
Resynchronise with Debian, resolving merge conflicts (#12360)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# 24 Spe 2001  Steve Langasek <vorlon@debian.org>
 
2
 
 
3
# This file contains autoconf settings specific to the sparc-linux
 
4
# platform that should be preloaded when building for this architecture.
 
5
 
 
6
 
 
7
# Linux 2.2 on Sparc doesn't have setresgid() or setresuid(), but
 
8
# Linux 2.4 does.  Ensure that packages compiled for woody remain
 
9
# compatible with 2.2 kernels, even if the build machine is running 2.4.
 
10
samba_cv_have_setresuid=${samba_cv_have_setresuid=no}
 
11
samba_cv_have_setresgid=${samba_cv_have_setresgid=no}
 
12
samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=no}
 
13
samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}