[Groonga-commit] groonga/groonga [master] Fix auto inkscape command detection

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 26日 (月) 15:54:36 JST


Kouhei Sutou	2012-03-26 15:54:36 +0900 (Mon, 26 Mar 2012)

  New Revision: b9d80b63b996d729f6f8d031b9e8b244cc926941

  Log:
    Fix auto inkscape command detection

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2012-03-26 15:50:25 +0900 (efed7c3)
+++ configure.ac    2012-03-26 15:54:36 +0900 (205b55a)
@@ -710,7 +710,7 @@ AC_ARG_WITH([inkscape],
             AS_HELP_STRING([--with-inkscape=PATH],
                            [Inkscape path (default: auto)]),
             [INKSCAPE="$withval"],
-            [INKSCAPE="auto"])
+            [INKSCAPE="yes"])
 
 if test "x$INKSCAPE" = "xno"; then
   INKSCAPE=




Groonga-commit メーリングリストの案内
Back to archive index