[FriBidi-commit] fribidi configure.ac,1.13,1.14

Behdad Esfahbod behdad at pdx.freedesktop.org
Wed Jun 9 13:01:02 PDT 2004


Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv31109

Modified Files:
	configure.ac 
Log Message:
Wow!!!  I use the wonderful packtab to compress the mirroring table now!  It
gives an smaller and faster table than the old binary search one!  Moreover,
packtab deals with tables with empty heads much better.  Voila!


Index: configure.ac
===================================================================
RCS file: /cvs/fribidi/fribidi/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- a/configure.ac	9 Jun 2004 14:59:21 -0000	1.13
+++ b/configure.ac	9 Jun 2004 20:01:00 -0000	1.14
@@ -107,7 +107,6 @@
 
 # Checks for typedefs and structures.
 AC_C_CONST
-AC_C_INLINE
 AC_C_STRINGIZE
 AC_CHECK_SIZEOF(int)
 SIZEOF_INT=$ac_cv_sizeof_int




More information about the FriBidi-Commit mailing list