summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-20 11:09:57 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-20 11:09:57 +0000
commita1542fae523a304cb0d67c2b29b9a31703487628 (patch)
treedd6853cb3c15dd51c37c60cf040da376a28ffe9a /Changelog-Trunk.txt
parent80ea72ef5feaca9c9b0368ad3f65e527ce653165 (diff)
downloadhercules-a1542fae523a304cb0d67c2b29b9a31703487628.tar.gz
hercules-a1542fae523a304cb0d67c2b29b9a31703487628.tar.bz2
hercules-a1542fae523a304cb0d67c2b29b9a31703487628.tar.xz
hercules-a1542fae523a304cb0d67c2b29b9a31703487628.zip
* Updates the to configure script.
- Added check, whether or not '-Wno-pointer-sign' can actually be used (caused warnings with g++). - Math library is no longer considered required, when math functions are available without it (made configure fail on platforms, where no separate math library is present). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14749 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 7cbdfd9f4..6d7f77baa 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,9 @@
Date Added
+2011/03/20
+ * Updates the to configure script. [Ai4rei]
+ - Added check, whether or not '-Wno-pointer-sign' can actually be used (caused warnings with g++).
+ - Math library is no longer considered required, when math functions are available without it (made configure fail on platforms, where no separate math library is present).
2011/03/19
* Removed leftovers of old charcommand config (follow-up to r13403). [Gepard]
* Added check to ensure character `rename` status will be saved if changed. [Gepard]