mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Remove reference to src/s file
This commit is contained in:
parent
7eaa9e447d
commit
128a5c0d89
@ -443,8 +443,8 @@ Thus, you could start by adding this to config.h:
|
|||||||
#define LIBS_SYSTEM -lresolv
|
#define LIBS_SYSTEM -lresolv
|
||||||
|
|
||||||
Then if this gives you an error for redefining a macro, and you see that
|
Then if this gives you an error for redefining a macro, and you see that
|
||||||
the s- file defines LIBS_SYSTEM as -lfoo -lbar, you could change config.h
|
config.h already defines LIBS_SYSTEM as -lfoo -lbar at some other point
|
||||||
again to say this:
|
(possibly in an included file) you could change it to say this:
|
||||||
|
|
||||||
#define LIBS_SYSTEM -lresolv -lfoo -lbar
|
#define LIBS_SYSTEM -lresolv -lfoo -lbar
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user