null+****@clear*****
null+****@clear*****
2012年 2月 22日 (水) 18:18:52 JST
Kouhei Sutou 2012-02-22 18:18:52 +0900 (Wed, 22 Feb 2012) New Revision: b1b03f48fd4cd7b16278029d551e4a470413bcfe Log: Fix a typo Reported by Kazuhiko. Thanks!!! Modified files: configure.ac Modified: configure.ac (+1 -1) =================================================================== --- configure.ac 2012-02-22 12:55:31 +0900 (78f4a9a) +++ configure.ac 2012-02-22 18:18:52 +0900 (950a767) @@ -855,7 +855,7 @@ AC_ARG_WITH(libevent, [with_libevent="auto"]) # workaround for bundled groonga in MariaDB. -if test "x$with_libevent" = "xbundle"; then +if test "x$with_libevent" = "xbundled"; then with_libevent=no fi