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:
parent
2ab1394150
commit
d098199ed9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue