evolution r37221 - trunk



Author: tml
Date: Tue Feb  3 20:30:24 2009
New Revision: 37221
URL: http://svn.gnome.org/viewvc/evolution?rev=37221&view=rev

Log:
2009-02-03  Tor Lillqvist  <tml novell com>

	* configure.in: Set MWINDOWS to -mwindows on Windows. AC_SUBST it.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Feb  3 20:30:24 2009
@@ -147,6 +147,7 @@
 *-mingw*)
     os_win32=yes
     NO_UNDEFINED='-no-undefined'
+    MWINDOWS='-mwindows'
     SOEXT='.dll'
     SA_JUNK_PLUGIN=''
     BF_JUNK_PLUGIN=''
@@ -156,6 +157,7 @@
     ;;
 *)  os_win32=no
     NO_UNDEFINED=''
+    MWINDOWS=''
     SOEXT='.so'
     SA_JUNK_PLUGIN=sa-junk-plugin 
     BF_JUNK_PLUGIN=bogo-junk-plugin
@@ -167,6 +169,7 @@
 AC_MSG_RESULT([$os_win32])
 AM_CONDITIONAL(OS_WIN32, [test $os_win32 = yes])
 AC_SUBST(NO_UNDEFINED)
+AC_SUBST(MWINDOWS)
 AC_SUBST(SOEXT)
 
 # Check for base dependencies early.



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