# HG changeset patch # User Matti Hamalainen # Date 1213580253 -10800 # Node ID c4266772a9ed175875cf0256f751df52b3dea72e # Parent 8ce9256b0b1dfa54240f355f7758658fa97855ca Be clearer about Oniguruma's purpose. diff -r 8ce9256b0b1d -r c4266772a9ed configure.ac --- a/configure.ac Mon Jun 16 04:31:36 2008 +0300 +++ b/configure.ac Mon Jun 16 04:37:33 2008 +0300 @@ -188,7 +188,7 @@ AC_DEFINE([USE_REGEX_ONIGURUMA], 1, [If this macro is defined, use Oniguruma regex library.]) REGEX_LIBS=['-lonig'] ],[ - AC_MSG_ERROR([Cannot find Oniguruma]) + AC_MSG_ERROR([Cannot find Oniguruma regex library.]) ]) ;; *)