Revision: 7185
Author: ek.kato
Date: Tue Jul 5 08:20:59 2011
Log: - Add missing changes which complement r7184.
* configure.ac
- (UIM_USE_NOTIFY) : Rename to UIM_USE_NOTIFY_PLUGINS.
- (UIM_USE_NOTIFY_PLUGINS) : Renamed.
http://code.google.com/p/uim/source/detail?r=7185
Modified:
/trunk/configure.ac
=======================================
--- /trunk/configure.ac Wed May 25 11:34:32 2011
+++ /trunk/configure.ac Tue Jul 5 08:20:59 2011
@@ -1660,7 +1660,7 @@
have_notify_opt=no ])
if test "x$enable_notify" != xno; then
- AC_DEFINE(UIM_USE_NOTIFY, 1, [Define to 1 if you want to use uim-notify])
+ AC_DEFINE(UIM_USE_NOTIFY_PLUGINS, 1, [Define to 1 if you want to use
uim-notify plugins])
use_notify="${use_notify}stderr "
for i in `echo $enable_notify | ${SED} 's/,/ /g'`; do