[Groonga-commit] groonga/groonga [master] fix a typo: work --with-package-platform=redhat.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 17日 (木) 12:50:19 JST


Kouhei Sutou	2011-11-17 03:50:19 +0000 (Thu, 17 Nov 2011)

  New Revision: fb6d8bf701f782c631d95c71bd031efcd2a30de6

  Log:
    fix a typo: work --with-package-platform=redhat.

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2011-11-17 02:48:09 +0000 (ab7b10a)
+++ configure.ac    2011-11-17 03:50:19 +0000 (c5f1769)
@@ -887,7 +887,7 @@ AC_ARG_WITH(package-platform,
 AC_MSG_RESULT($package_platform)
 
 AM_CONDITIONAL([REDHAT_PLATFORM],
-               [test "${package_platform}" = "yes"])
+               [test "${package_platform}" = "redhat"])
 
 # plugins check
 relative_pluginsdir="\$(PACKAGE)/plugins"




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