mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(LIBX): Put LIBXT after LD_SWITCH_X_SITE.
This commit is contained in:
parent
c3a2738cf3
commit
5aff8acbe6
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ LIBXT=
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_X11
|
||||
LIBX= $(LIBXMENU) $(LIBXT) LD_SWITCH_X_SITE LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
|
||||
LIBX= $(LIBXMENU) LD_SWITCH_X_SITE $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
|
||||
#else /* not HAVE_X11 */
|
||||
LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
|
||||
#endif /* not HAVE_X11 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue