diff options
| author | Glenn Morris | 2012-08-08 09:07:24 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-08 09:07:24 -0700 |
| commit | 128a5c0d89c37958171f09558a79440bdcd564b7 (patch) | |
| tree | 24753fdb7cad667ee0c55667bc75fb9caa4bc1e0 | |
| parent | 7eaa9e447dc2ea18c8828a0cbd5f005556f97c16 (diff) | |
| download | emacs-128a5c0d89c37958171f09558a79440bdcd564b7.tar.gz emacs-128a5c0d89c37958171f09558a79440bdcd564b7.zip | |
Remove reference to src/s file
| -rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0f6e0077baf..4edab8a41dc 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -443,8 +443,8 @@ Thus, you could start by adding this to config.h: | |||
| 443 | #define LIBS_SYSTEM -lresolv | 443 | #define LIBS_SYSTEM -lresolv |
| 444 | 444 | ||
| 445 | Then if this gives you an error for redefining a macro, and you see that | 445 | Then if this gives you an error for redefining a macro, and you see that |
| 446 | the s- file defines LIBS_SYSTEM as -lfoo -lbar, you could change config.h | 446 | config.h already defines LIBS_SYSTEM as -lfoo -lbar at some other point |
| 447 | again to say this: | 447 | (possibly in an included file) you could change it to say this: |
| 448 | 448 | ||
| 449 | #define LIBS_SYSTEM -lresolv -lfoo -lbar | 449 | #define LIBS_SYSTEM -lresolv -lfoo -lbar |
| 450 | 450 | ||