diff configure.ac @ 4648:c4266772a9ed

Be clearer about Oniguruma's purpose.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Jun 2008 04:37:33 +0300
parents 68e0859ad1a6
children 8a109bf467b2
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.])
     ])
     ;;
   *)