commit: r1626 - neon/trunk/macros
joe at manyfish.co.uk
joe at manyfish.co.uk
Wed Jan 28 20:18:00 EST 2009
Author: joe
Date: Wed Jan 28 17:18:00 2009
New Revision: 1626
Modified:
neon/trunk/macros/neon.m4
Log:
* macros/neon.m4: Add the hash back into PKCS#11 in output messages.
Modified: neon/trunk/macros/neon.m4
==============================================================================
--- neon/trunk/macros/neon.m4 (original)
+++ neon/trunk/macros/neon.m4 Wed Jan 28 17:18:00 2009
@@ -1043,11 +1043,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