comparison ChangeLog @ 4440:e4225b6d9389

AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
author Stephen J. Turnbull <stephen@xemacs.org>
date Fri, 04 Apr 2008 10:48:58 -0700
parents 42711a251efd
children ac6231e0c1df
comparison
equal deleted inserted replaced
4439:f4eb31866c38 4440:e4225b6d9389
1 2008-04-01 Andreas Schwab <schwab@suse.de>
2
3 Thanks to Mike Fabian for posting a patch to the mainline, to Martin
4 Buchholz for writing the ChangeLog, and to Aidan Kehoe for finding
5 the 2003-01-27 ChangeLog. Tested against Xaw3d. -- stephen
6
7 * configure.ac (athena_3d):
8 AC_CHECK_LIB must always take a function as
9 argument, never a global variable. Some linkers can tell the
10 difference. So change:
11 threeDClassRec ==> XawSme3dComputeTopShadowRGB
12
1 2008-02-15 Marcus Crestani <crestani@xemacs.org> 13 2008-02-15 Marcus Crestani <crestani@xemacs.org>
2 14
3 * configure.ac: Look for all x86 machines to determine which write 15 * configure.ac: Look for all x86 machines to determine which write
4 barrier to use on MacOSX. 16 barrier to use on MacOSX.
5 * configure : Rebuild. 17 * configure : Rebuild.