ooo-build r12426 - branches/ooo-build-2-4



Author: szalaik
Date: Fri May  2 12:10:18 2008
New Revision: 12426
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12426&view=rev

Log:
2008-05-02  Kalman Szalai - KAMI <kamihir freemail hu>

	* configure.in: Always download DejaVu fonts update to version
	2.24. OpenOffice is now packaged with DejaVu 2.21 but
	if you not enable the font update this leads to build break.
	Now this fix will recover this situation.



Modified:
   branches/ooo-build-2-4/ChangeLog
   branches/ooo-build-2-4/configure.in

Modified: branches/ooo-build-2-4/configure.in
==============================================================================
--- branches/ooo-build-2-4/configure.in	(original)
+++ branches/ooo-build-2-4/configure.in	Fri May  2 12:10:18 2008
@@ -840,6 +840,9 @@
     else
 	AC_MSG_ERROR([--with-dejavu-fonts requires either yes, no, or a version number])
     fi
+elif
+    DEJAVU_FONTS_VER=2.24
+    DEJAVU_FONTS_PACK_NAME=dejavu-fonts-ttf-$DEJAVU_FONTS_VER
 fi
 AC_MSG_RESULT([${DEJAVU_FONTS_VER:-no}])
 AC_SUBST(DEJAVU_FONTS_VER)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]