[Julius-cvs 859] CVS update: julius4/libsent

Back to archive index

sumom****@users***** sumom****@users*****
2013年 6月 21日 (金) 14:24:26 JST


Index: julius4/libsent/configure
diff -u julius4/libsent/configure:1.32 julius4/libsent/configure:1.33
--- julius4/libsent/configure:1.32	Fri Jun 21 02:02:29 2013
+++ julius4/libsent/configure	Fri Jun 21 14:24:26 2013
@@ -29,7 +29,7 @@
 ac_help="$ac_help
   --enable-msd            enable MSD model support"
 ac_help="$ac_help
-  --enable-mbr            enable MBR support"
+  --disable-mbr           disable MBR support"
 ac_help="$ac_help
   --disable-zlib          disable zlib library"
 ac_help="$ac_help
@@ -653,7 +653,7 @@
   want_mbr=$enableval
 
 else
-  want_mbr=no
+  want_mbr=yes
 fi
 
 
Index: julius4/libsent/configure.in
diff -u julius4/libsent/configure.in:1.33 julius4/libsent/configure.in:1.34
--- julius4/libsent/configure.in:1.33	Fri Jun 21 02:14:20 2013
+++ julius4/libsent/configure.in	Fri Jun 21 14:24:26 2013
@@ -3,7 +3,7 @@
 dnl Copyright (c) 2005-2013 Julius project team, Nagoya Institute of Technology
 dnl All rights reserved
 dnl
-dnl  $Id: configure.in,v 1.33 2013/06/20 17:14:20 sumomo Exp $
+dnl  $Id: configure.in,v 1.34 2013/06/21 05:24:26 sumomo Exp $
 dnl
 
 dnl Process this file with autoconf to produce a configure script.
@@ -61,9 +61,9 @@
 
 dnl MBR support
 AC_ARG_ENABLE(mbr,
-[  --enable-mbr            enable MBR support],
+[  --disable-mbr           disable MBR support],
 want_mbr=$enableval
-,want_mbr=no)
+,want_mbr=yes)
 
 
 



Julius-cvs メーリングリストの案内
Back to archive index