libical r653 - in trunk: . src/test



Author: tml
Date: Fri Sep 12 09:58:32 2008
New Revision: 653
URL: http://svn.gnome.org/viewvc/libical?rev=653&view=rev

Log:
2008-09-12  Tor Lillqvist  <tml novell com>

	* src/test/Makefile.am: Don't bother with the timezones test on
	Windows. It won't build as is because it uses setenv() and
	localtime_r(). Even if it is made to build by adding replacements
	for those two functions, it is pointless. The C library doesn't
	recognize the vast majority of the timezones that libical knows of
	anyway, not even by tzname code instead of geographic location.



Modified:
   trunk/ChangeLog
   trunk/src/test/Makefile.am

Modified: trunk/src/test/Makefile.am
==============================================================================
--- trunk/src/test/Makefile.am	(original)
+++ trunk/src/test/Makefile.am	Fri Sep 12 09:58:32 2008
@@ -20,9 +20,10 @@
 if OS_WIN32
 else
 STOW = stow
+TIMEZONES = timezones
 endif
 
-noinst_PROGRAMS = copycluster regression parser $(STOW) recur testmime testvcal process timezones
+noinst_PROGRAMS = copycluster regression parser $(STOW) recur testmime testvcal process $(TIMEZONES)
 
 LDADD =  ../libicalss/libicalss-evolution.la ../libicalvcal/libicalvcal-evolution.la $(cxx_libs) ../libical/libical-evolution.la $(bdb4_libs)
 



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