~ruther/guix-local

ref: eb0d261cfdbcb5dd97e6b49e7ad4db3e7e1fa78e guix-local/gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch -rw-r--r-- 343 bytes
eb0d261c — Vagrant Cascadian gnu: Fix typos in haskel package description and synopsis. 1 year, 3 months 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