]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3025] Don't use # character in m4 messages
authorMukund Sivaraman <muks@isc.org>
Tue, 13 Aug 2013 11:50:24 +0000 (17:20 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 13 Aug 2013 11:50:24 +0000 (17:20 +0530)
This has caused issues in the past (see other error messages for example),
and escaping with \ doesn't seem to help in those cases.

configure.ac

index 1193d410e230175fc026d5ad0ac864deabb6e17e..7e27b5e7efedc5d23e8f75ee43a9fa6addbaa3bc 100644 (file)
@@ -916,7 +916,7 @@ if test "$BOOST_OFFSET_PTR_OLD" = "yes" -a "$use_shared_memory" = "yes" ; then
     AC_MSG_ERROR([You're trying to compile against boost older than 1.48 with
 shared memory. Older versions of boost have a bug which causes segfaults in
 offset_ptr implementation when compiled by GCC with optimisations enabled.
-See ticket #3025 for details.
+See ticket no. 3025 for details.
 
 Either update boost to newer version or use --without-shared-memory.
 Note that most users likely don't need shared memory support.