diff options
| author | Dan Nicolaescu | 2010-04-26 11:14:24 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-26 11:14:24 -0700 |
| commit | 7e10844c7223ea4a97b3c6ca590377e5cd5a205f (patch) | |
| tree | c011a995add75fa543bdc2a962b79e48a2f5fb4d /lib-src | |
| parent | 9452ded1310f9d725ef318038ceab4737b7b92d9 (diff) | |
| download | emacs-7e10844c7223ea4a97b3c6ca590377e5cd5a205f.tar.gz emacs-7e10844c7223ea4a97b3c6ca590377e5cd5a205f.zip | |
* Makefile.in (LIBS_MACHINE): Remove, unused.
* Makefile.in (LIBS_MACHINE): Remove all uses, unused.
* configure.in (LIBS_MACHINE): Remove, unused.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 854718b450b..53db1767487 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in (LIBS_MACHINE): Remove all uses, unused. | ||
| 4 | |||
| 1 | 2010-04-18 Juanma Barranquero <lekktu@gmail.com> | 5 | 2010-04-18 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | Add stubs for Windows, required after CVE-2010-0825 change. | 7 | Add stubs for Windows, required after CVE-2010-0825 change. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 0b9a22272eb..90c9fa7f36c 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -171,11 +171,6 @@ CPP_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) -DHAVE_CONFIG_H -I. -I../src | |||
| 171 | #define LIBS_SYSTEM | 171 | #define LIBS_SYSTEM |
| 172 | #endif | 172 | #endif |
| 173 | 173 | ||
| 174 | /* Some m/MACHINE.h files define this to request special libraries. */ | ||
| 175 | #ifndef LIBS_MACHINE | ||
| 176 | #define LIBS_MACHINE | ||
| 177 | #endif | ||
| 178 | |||
| 179 | #undef MOVEMAIL_NEEDS_BLESSING | 174 | #undef MOVEMAIL_NEEDS_BLESSING |
| 180 | #ifndef MAIL_USE_FLOCK | 175 | #ifndef MAIL_USE_FLOCK |
| 181 | #ifndef MAIL_USE_LOCKF | 176 | #ifndef MAIL_USE_LOCKF |