diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2014-08-13 18:05:56 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2014-08-14 15:37:33 +0100 |
commit | 395ce0b0fa0725ebfb4375beff4cdbb4df6fb4a2 (patch) | |
tree | 560edc113e28d0e499155ed53e65c24db9922004 /docs | |
parent | 957a28e63c8a205d01c48cb8fa03c3c1abe4b499 (diff) | |
download | mesa-395ce0b0fa0725ebfb4375beff4cdbb4df6fb4a2.tar.gz mesa-395ce0b0fa0725ebfb4375beff4cdbb4df6fb4a2.tar.bz2 mesa-395ce0b0fa0725ebfb4375beff4cdbb4df6fb4a2.zip |
configure.ac: remove enable 32/64 bit hacks
These two were added ages ago, with an explicit comment "Hacks ..."
They have been insufficient for years and maintainers needed to
explicitly handle the build themselves.
Rather than lying and pretending that it works, just kill this hack and
let maintainers build things the way it should be done for their
distribution.
Document the removal in the release notes.
Suggested-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/10.3.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index a29710639a7..86cbabce869 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -77,6 +77,8 @@ TBD. <ul> <li>Removed support for the GL_ATI_envmap_bumpmap extension</li> +<li>The hacky --enable-32/64-bit is no longer available in configure. To build +32/64 bit mesa refer to the default method recommended by your distribution</li> </ul> </div> |