commit: r1627 - neon/branches/0.28.x/macros

joe at manyfish.co.uk joe at manyfish.co.uk
Wed Jan 28 20:19:48 EST 2009


Author: joe
Date: Wed Jan 28 17:19:48 2009
New Revision: 1627

Modified:
   neon/branches/0.28.x/macros/neon.m4

Log:
Merge r1626 from trunk:

* macros/neon.m4: Add the hash back into PKCS#11 in output messages.


Modified: neon/branches/0.28.x/macros/neon.m4
==============================================================================
--- neon/branches/0.28.x/macros/neon.m4	(original)
+++ neon/branches/0.28.x/macros/neon.m4	Wed Jan 28 17:19:48 2009
@@ -1028,11 +1028,11 @@
 *X*Yyes|*XyesY*)
     # PKCS#11... ho!
     NE_PKG_CONFIG(NE_PK11, pakchois,
-      [AC_MSG_NOTICE(using pakchois for PKCS11 support)
+      [AC_MSG_NOTICE([[using pakchois for PKCS#11 support]])
        AC_DEFINE(HAVE_PAKCHOIS, 1, [Define if pakchois library supported])
        CPPFLAGS="$CPPFLAGS ${NE_PK11_CFLAGS}"
        NEON_LIBS="${NEON_LIBS} ${NE_PK11_LIBS}"],
-      [AC_MSG_NOTICE(pakchois library not found; no PKCS11 support)])
+      [AC_MSG_NOTICE([[pakchois library not found; no PKCS#11 support]])])
    ;;
 esac
 ])




More information about the neon-commits mailing list