Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2007-06-05 18:50:54 +0400
committerJeffrey Stedfast <fejj@novell.com>2007-06-05 18:50:54 +0400
commit645bae00d98a1dc6100ac1a33a26a6f33e7f7295 (patch)
tree6c7a53795087dab6ce295ed318fdfa97e6636439 /ChangeLog
parent4ff72d7578c971300ef34185ee50d5647f07bac6 (diff)
2007-06-05 Jeffrey Stedfast <fejj@gnome.org>
* configure.in: Instead of generating conftest.cs and conftest.exe for the monoquery configure tests, use myconftest.cs and myconftest.exe so that autoconf doesn't get confused and think that the system c compiler outputs .exe's. svn path=/trunk/monodevelop/; revision=78634
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4b8713cd6..6f36e4c81d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-05 Jeffrey Stedfast <fejj@gnome.org>
+
+ * configure.in: Instead of generating conftest.cs and conftest.exe
+ for the monoquery configure tests, use myconftest.cs and
+ myconftest.exe so that autoconf doesn't get confused and think
+ that the system c compiler outputs .exe's.
+
2007-06-04 Jeffrey Stedfast <fejj@novell.com>
* configure.in: AM_CONDITIONAL()s always need to be run.