ruby-changes:24917
From: eregon <ko1@a...>
Date: Sat, 15 Sep 2012 02:29:53 +0900 (JST)
Subject: [ruby-changes:24917] eregon:r36969 (trunk): * configure.in: fix typo.
eregon 2012-09-15 02:29:40 +0900 (Sat, 15 Sep 2012) New Revision: 36969 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36969 Log: * configure.in: fix typo. Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 36968) +++ configure.in (revision 36969) @@ -2863,7 +2863,7 @@ [AC_DEFINE(RUBY_DEBUG_ENV)]) AS_CASE(["$FIRSTMAKEFILE"], [*GNUmakefile:*], [gnumake=yes], [ - AC_MSG_CHECKING([for if ${MAKE-make} is GNU make]) + AC_MSG_CHECKING([if ${MAKE-make} is GNU make]) mkdir conftest.dir echo "all:; @echo yes" > conftest.dir/GNUmakefile echo "all:; @echo no" > conftest.dir/Makefile -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/