]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
wscript: Fix double quoting for USING_SYSTEM_MITKRB5
authorAndreas Schneider <asn@samba.org>
Wed, 19 Nov 2025 13:51:31 +0000 (14:51 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 3 Dec 2025 09:49:45 +0000 (09:49 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
wscript_configure_system_mitkrb5

index 6b70f2530ede32865636874a6cf07c06aeea72ab..850156e39e06346d07037e0e5cef0dab71741f22 100644 (file)
@@ -93,7 +93,7 @@ if conf.env.KRB5_CONFIG:
     else:
         Logs.info('MIT Kerberos %s detected, MIT krb5 build can proceed' % (krb5_version))
 
-    conf.define('USING_SYSTEM_MITKRB5', '"%s"' % krb5_version)
+    conf.define('USING_SYSTEM_MITKRB5', '%s' % krb5_version)
 
 conf.CHECK_HEADERS('krb5.h krb5/locate_plugin.h', lib='krb5')
 conf.CHECK_HEADERS('krb5.h krb5/localauth_plugin.h', lib='krb5')