diff options
author | Günther Deschner <gd@samba.org> | 2011-02-10 22:42:58 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-10 23:39:14 +0100 |
commit | 80d87e68dee28cde8f897dc9cbd5207b62491f8e (patch) | |
tree | b1f555c34f64eb265cbe8d9ea68a62eb4295c892 /source3/wscript | |
parent | efa460e2912f66629df4d916f950ff9e31c6c208 (diff) | |
download | samba-80d87e68dee28cde8f897dc9cbd5207b62491f8e.tar.gz samba-80d87e68dee28cde8f897dc9cbd5207b62491f8e.tar.bz2 samba-80d87e68dee28cde8f897dc9cbd5207b62491f8e.zip |
s3-waf: dont try to redefine 'pam', we checked above...
Found by solaris waf buildfarm build.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript index ca7acf212c..78e6d2d476 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1013,8 +1013,6 @@ int i; i = PAM_RADIO_TYPE; if use_pam: conf.DEFINE('WITH_PAM', 1) conf.DEFINE('WITH_PAM_MODULES', 1) - else: - conf.SET_TARGET_TYPE('pam', 'EMPTY') seteuid = False if not seteuid: |