[groonga-commit:919] groonga [groonga (trunk) r984] * cleanup.

null at cozmixng.org null at cozmixng.org
Mon Feb 8 22:28:48 EST 2010


retro	2010-02-09 12:28:47 +0900 (Tue, 09 Feb 2010)

  New Revision: 984

  Log:
    * cleanup.
  Modified files:
    groonga/trunk/extconf.rb


  Modified: groonga/trunk/extconf.rb (+2 -1)
===================================================================
--- groonga/trunk/extconf.rb	2010-02-08 14:06:29 +09:00 (rev 983)
+++ groonga/trunk/extconf.rb	2010-02-09 12:28:47 +09:00 (rev 984)
@@ -98,7 +98,8 @@
     groonga_source_dir = "groonga-#{major}.#{minor}.#{micro}"
     Dir.chdir(groonga_source_dir) do
       message("configuring...")
-      if xsystem("./configure CFLAGS='-g -O0' --prefix=#{Shellwords.escape(install_dir)}")
+      prefix = Shellwords.escape(install_dir)
+      if xsystem("./configure CFLAGS='-g -O0' --prefix=#{prefix}")
         message(" done\n")
       else
         message(" failed\n")



More information about the groonga-commit mailing list