evolution-exchange r1635 - trunk



Author: tml
Date: Thu May  8 00:42:37 2008
New Revision: 1635
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1635&view=rev

Log:
2008-05-08  Tor Lillqvist  <tml novell com>

	Win32 portability changes from a long time ago, now finally
	starting to commit them a little at a time. Whether
	evolution-exchange actually works on Windows is not clear... but
	at least once these changes are in there is a possibility.

	* configure.in: Define Automake conditional OS_WIN32.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu May  8 00:42:37 2008
@@ -97,6 +97,7 @@
     ;;
 esac
 AC_MSG_RESULT([$os_win32])
+AM_CONDITIONAL(OS_WIN32, [test $os_win32 = yes])
 AC_SUBST(NO_UNDEFINED)
 AC_SUBST(SOCKET_LIBS)
 



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