[uim-commit] r696 - trunk

makeinu at freedesktop.org makeinu at freedesktop.org
Tue Feb 22 04:39:47 PST 2005


Author: makeinu
Date: 2005-02-22 04:39:37 -0800 (Tue, 22 Feb 2005)
New Revision: 696

Modified:
   trunk/configure.ac
Log:
* configure.ac
  - Added missing "-lz" for EBLIB_LIBS.
    Thanks No.454 of [Anthy/uim thread 5] for reporting.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-02-22 02:26:10 UTC (rev 695)
+++ trunk/configure.ac	2005-02-22 12:39:37 UTC (rev 696)
@@ -481,7 +481,7 @@
     if test "x$HAVE_EBLIB" = "xyes"; then
       AC_DEFINE(HAVE_EBLIB, 1,
          [Define to 1 if you have EB library and header file])
-      EBLIB_LIBS="-leb"
+      EBLIB_LIBS="-leb -lz"
       use_eb="yes"
     fi
   fi



More information about the Uim-commit mailing list