~ruther/guix-local

ref: 4244f5e9a7be02b67ba2cf76f8a67da221349bd3 guix-local/gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch -rw-r--r-- 343 bytes
4244f5e9 — Jesse Gibbons news: Add entry for '--with-source'. 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
--- a/m4/sasl2.m4	2018-11-18 22:33:29.902625600 +0300
+++ b/m4/sasl2.m4	2018-11-18 22:33:59.828746176 +0300
@@ -339,7 +339,8 @@
 ],	
 	[ AC_DEFINE(HAVE_GSS_SPNEGO,,[Define if your GSSAPI implementation supports SPNEGO])
 	AC_MSG_RESULT(yes) ],
-	AC_MSG_RESULT(no))
+	AC_MSG_RESULT(no),
+    AC_MSG_RESULT(no))
   LIBS="$cmu_save_LIBS"
 
 else