Mercurial > audlegacy
changeset 4648:c4266772a9ed
Be clearer about Oniguruma's purpose.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 16 Jun 2008 04:37:33 +0300 |
parents | 8ce9256b0b1d |
children | 39b7d7886edf |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.]) ]) ;; *)