diff options
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7913dce..5c3a27a 100755 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,8 @@ AC_ARG_ENABLE(utf8, [ --enable-utf8 include support for utf8-encoded strings], [ if test "x$enableval" = "xyes" ; then - EXTRA_CFLAGS="$EXTRA_CFLAGS -DJIM_UTF8" + dnl Note that utf-8 support requires the built-in regexp + EXTRA_CFLAGS="$EXTRA_CFLAGS -DJIM_UTF8 -DJIM_REGEXP" fi ] ) |