1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-09 09:16:02 -08:00

(LIBXT): Use DYNAMIC_OPTION too.

This commit is contained in:
Richard M. Stallman 1995-12-24 23:18:24 +00:00
parent 2ab1394150
commit d098199ed9

View file

@ -345,7 +345,7 @@ LIBXTR6 = -lSM -lICE
/* We assume the config files have defined STATIC_OPTION
since that might depend on the operating system.
(Don't forget you need different definitions with and without __GNUC__.) */
LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext STATIC_OPTION
LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION
#else /* not LIBXT_STATIC */
LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext
#endif /* not LIBXT_STATIC */