[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r109517: Remove reference to src/s fi
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r109517: Remove reference to src/s file |
Date: |
Wed, 08 Aug 2012 09:07:24 -0700 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 109517
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-08 09:07:24 -0700
message:
Remove reference to src/s file
modified:
etc/PROBLEMS
=== modified file 'etc/PROBLEMS'
--- a/etc/PROBLEMS 2012-07-31 06:58:54 +0000
+++ b/etc/PROBLEMS 2012-08-08 16:07:24 +0000
@@ -443,8 +443,8 @@
#define LIBS_SYSTEM -lresolv
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
-again to say this:
+config.h already defines LIBS_SYSTEM as -lfoo -lbar at some other point
+(possibly in an included file) you could change it to say this:
#define LIBS_SYSTEM -lresolv -lfoo -lbar
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r109517: Remove reference to src/s file,
Glenn Morris <=