null+****@clear*****
null+****@clear*****
2010年 8月 9日 (月) 09:57:31 JST
Kouhei Sutou 2010-08-09 00:57:31 +0000 (Mon, 09 Aug 2010)
New Revision: 46f6be2b6378a2e8bcb98b0e14be7e453e378b5d
Log:
remove a needless '='.
Patch by OBATA Akio. Thanks!!!
Modified files:
configure.ac
Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac 2010-08-07 04:21:47 +0000 (1a2ce6f)
+++ configure.ac 2010-08-09 00:57:31 +0000 (954b67a)
@@ -412,7 +412,7 @@ AC_ARG_ENABLE(benchmark,
[AS_HELP_STRING([--disable-benchmark],
[don't build benchmark programs.])],,
[enable_benchmark="yes"])
-if test "x$enable_benchmark" == "xno"; then
+if test "x$enable_benchmark" = "xno"; then
ac_benchmark_available="no"
else
m4_ifdef([AM_PATH_GLIB_2_0], [