s3-waf: fix a libcrypto configure check
authorChristian Ambach <ambi@samba.org>
Thu, 21 Jul 2011 12:13:20 +0000 (14:13 +0200)
committerChristian Ambach <ambi@samba.org>
Thu, 21 Jul 2011 14:49:51 +0000 (16:49 +0200)
the parameters to conf.CHECK_FUNCS_IN were in the wrong order

Autobuild-User: Christian Ambach <ambi@samba.org>
Autobuild-Date: Thu Jul 21 16:49:52 CEST 2011 on sn-devel-104

source3/wscript

index be011af232daaad2d060e9a1e84327e4600c077a..316427649934c0d9e070a8e0e6bbde9862b8aa21 100644 (file)
@@ -650,7 +650,7 @@ msg.msg_acctrightslen = sizeof(fd);
 
         conf.CHECK_FUNCS_IN('_et_list', 'com_err')
         conf.CHECK_FUNCS_IN('krb5_encrypt_data', 'k5crypto')
-        conf.CHECK_FUNCS_IN('crypto', 'des_set_key')
+       conf.CHECK_FUNCS_IN('des_set_key','crypto')
         conf.CHECK_FUNCS_IN('copy_Authenticator', 'asn1')
         conf.CHECK_FUNCS_IN('roken_getaddrinfo_hostspec', 'roken')
         if conf.CHECK_FUNCS_IN('gss_display_status', 'gssapi') or \