1
Fork 0
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:
Richard M. Stallman 1994-04-15 21:38:47 +00:00
parent c3a2738cf3
commit 5aff8acbe6

View file

@ -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 */