]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Fix a message text in configure.
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 6 Nov 2013 07:13:42 +0000 (08:13 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 6 Nov 2013 07:13:42 +0000 (08:13 +0100)
configure.in

index 4352d5f4cba0443051ec23be54dbbf9fe0ad7d90..d2f910c967d34549da2dfaa848e563da56636304 100644 (file)
@@ -380,5 +380,5 @@ fi
 if ( test "x$pcre_status" = "xdisabled" ) ; then
        AC_MSG_NOTICE([Not building with pcre as requested on the configuration command line])
 elif ( test "x$pcre_status" = "xnot found" ) ; then
-       AC_MSG_NOTICE([pcre.h was not found so the regexp won't be available in the hostalias])
+       AC_MSG_NOTICE([pcre.h was not found so the regexp won't be available in hostalias])
 fi