[Groonga-commit] groonga/groonga [master] cmake: support NFKC

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 15日 (日) 23:11:08 JST


Kouhei Sutou	2012-04-15 23:11:08 +0900 (Sun, 15 Apr 2012)

  New Revision: 504c9ca8f0655517b0f5332fd1c86dcadb632fe8

  Log:
    cmake: support NFKC

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -0)
===================================================================
--- CMakeLists.txt    2012-04-15 21:01:30 +0900 (c254fdb)
+++ CMakeLists.txt    2012-04-15 23:11:08 +0900 (5eba843)
@@ -93,6 +93,8 @@ if(UNIX)
   endif()
 endif()
 
+option(WITH_NFKC "use NFKC based UTF8 normalization." ON)
+
 option(WITH_ZLIB "use zlib for data compression." OFF)
 if(WITH_ZLIB)
   ac_check_lib(z compress)




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