aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 0 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 184f9b8d55..7cf19125f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-2009-02-03 Tor Lillqvist <tml@novell.com>
-
- * configure.in: Set MWINDOWS to -mwindows on Windows. AC_SUBST it.
-
2009-02-02 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.25.90 release
diff --git a/configure.in b/configure.in
index 4b2fcf7702..d828f48f8c 100644
--- a/configure.in
+++ b/configure.in
@@ -147,7 +147,6 @@ case "$host" in
*-mingw*)
os_win32=yes
NO_UNDEFINED='-no-undefined'
- MWINDOWS='-mwindows'
SOEXT='.dll'
SA_JUNK_PLUGIN=''
BF_JUNK_PLUGIN=''
@@ -157,7 +156,6 @@ case "$host" in
;;
*) os_win32=no
NO_UNDEFINED=''
- MWINDOWS=''
SOEXT='.so'
SA_JUNK_PLUGIN=sa-junk-plugin
BF_JUNK_PLUGIN=bogo-junk-plugin
@@ -169,7 +167,6 @@ esac
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.