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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-06-08 21:56:22 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-06-08 21:56:22 +0400
commitf7343a4b062490d9be0ce3ad3924ca09665c0244 (patch)
treed4015ab8ba9bd466244213de0a1d245272c635d2 /ChangeLog
parent5832729b13087049eaf57e87dba0e5a6b953fadb (diff)
2005-06-08 Ben Maurer <bmaurer@ximian.com>
* configure.in: read the SONAME from libX11. This is the same thing as will be used by a shared library, so it will really work. This will have us get libX11.so.6 rather than libX11.so.6.2. svn path=/trunk/mono/; revision=45655
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65a465d06b1..f4cfdb7782b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-08 Ben Maurer <bmaurer@ximian.com>
+
+ * configure.in: read the SONAME from libX11. This is the same
+ thing as will be used by a shared library, so it will really
+ work.
+
+ This will have us get libX11.so.6 rather than libX11.so.6.2.
+
2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* configure.in: make automake 1.9 happy about LARGE_FILES.