Revision: 7072 Author: ek.kato Date: Wed May 11 21:14:09 2011 Log: * configure.ac (with-gtk3) : Fix messages.
http://code.google.com/p/uim/source/detail?r=7072 Modified: /trunk/configure.ac ======================================= --- /trunk/configure.ac Tue May 10 07:34:55 2011 +++ /trunk/configure.ac Wed May 11 21:14:09 2011 @@ -859,8 +859,8 @@ dnl ****************************** AC_ARG_WITH(gtk3, AC_HELP_STRING([--with-gtk3], - [build gtk3 helper applications - @<:@default=no@:>@]), + [build GTK+3 immodule and helper applications + @<:@default=yes@:>@]), [ case $with_gtk3 in no) @@ -878,7 +878,7 @@ AC_ARG_ENABLE(gnome3-applet, AC_HELP_STRING([--enable-gnome3-applet], [enable uim applet for Gnome3 panel - @<:@default=no@:>@]), + @<:@default=yet@:>@]), [ case $enable_gnome3_applet in no)
