evolution r37222 - trunk



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

Log:
Revert accidental commit.

Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Feb  3 20:32:10 2009
@@ -147,7 +147,6 @@
 *-mingw*)
     os_win32=yes
     NO_UNDEFINED='-no-undefined'
-    MWINDOWS='-mwindows'
     SOEXT='.dll'
     SA_JUNK_PLUGIN=''
     BF_JUNK_PLUGIN=''
@@ -157,7 +156,6 @@
     ;;
 *)  os_win32=no
     NO_UNDEFINED=''
-    MWINDOWS=''
     SOEXT='.so'
     SA_JUNK_PLUGIN=sa-junk-plugin 
     BF_JUNK_PLUGIN=bogo-junk-plugin
@@ -169,7 +167,6 @@
 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]