diff options
| author | YAMAMOTO Mitsuharu | 2005-11-13 05:48:59 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-11-13 05:48:59 +0000 |
| commit | 29b585dbc628abff2e9d3d036837901dbaf2ccdb (patch) | |
| tree | 81ebffa41d869e0a6d7e9049e7be2a8ec75a0c0e /src/s | |
| parent | 16805b2eef3e21ef98353c2eee6e28519f2dd245 (diff) | |
| download | emacs-29b585dbc628abff2e9d3d036837901dbaf2ccdb.tar.gz emacs-29b585dbc628abff2e9d3d036837901dbaf2ccdb.zip | |
(LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index 17188f42996..6227010e3ed 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -269,7 +269,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 269 | #ifdef HAVE_CARBON | 269 | #ifdef HAVE_CARBON |
| 270 | #define LIBS_CARBON -framework Carbon -framework QuickTime | 270 | #define LIBS_CARBON -framework Carbon -framework QuickTime |
| 271 | #else | 271 | #else |
| 272 | #define LIBS_CARBON -framework Carbon | 272 | #define LIBS_CARBON |
| 273 | #endif | 273 | #endif |
| 274 | 274 | ||
| 275 | /* The -headerpad option tells ld (see man page) to leave room at the | 275 | /* The -headerpad option tells ld (see man page) to leave room at the |