[Uim] Typo in configure.ac (--with-gtk2)

Mamoru KOMACHI usata at usata.org
Tue May 31 00:47:18 EEST 2005


Hi everyone,

I found a typo in configure.ac. (it causes --with-gtk2 option
to not build uim-pref-gtk) Please find the patch attached to
this mail. I hope it's not too late for 0.4.7 ;)


Regards,

-- 
Mamoru KOMACHI <usata at usata.org>


--- configure.ac	2005-02-26 05:14:54.000000000 +0900
+++ configure.ac-gtk2_4	2005-05-31 06:32:03.959252192 +0900
@@ -232,7 +232,7 @@
       ;;
       yes|*)
         PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.2.0, use_gtk2="yes",use_gtk2="no")
-        PKG_CHECK_MODULES(GTK2_4, gtk+-2.0 >= 2.4.0, use_gtk2.4="yes",use_gtk2.4="no")
+        PKG_CHECK_MODULES(GTK2_4, gtk+-2.0 >= 2.4.0, use_gtk2_4="yes",use_gtk2.4="no")
       ;;
     esac
   ],



More information about the uim mailing list