diff options
| author | Dan Nicolaescu | 2008-07-21 17:16:35 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-21 17:16:35 +0000 |
| commit | 6efac8442fb104f3b18afa989a9a03650f347e5a (patch) | |
| tree | 3b2fa7e48c5bebbff14ed3a5a1aca86ddab23728 /src/m | |
| parent | cbb65bf7eafd76c9ec964ae527fc3f8ca46818a3 (diff) | |
| download | emacs-6efac8442fb104f3b18afa989a9a03650f347e5a.tar.gz emacs-6efac8442fb104f3b18afa989a9a03650f347e5a.zip | |
Use SOLARIS2 instead of sun.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/amdx86-64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index 139cfd1003a..bc3886f3473 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h | |||
| @@ -101,12 +101,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 101 | 101 | ||
| 102 | /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */ | 102 | /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */ |
| 103 | 103 | ||
| 104 | #elif defined(sun) | 104 | #elif defined(SOLARIS2) |
| 105 | 105 | ||
| 106 | #undef START_FILES | 106 | #undef START_FILES |
| 107 | #undef LIB_STANDARD | 107 | #undef LIB_STANDARD |
| 108 | 108 | ||
| 109 | #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */ | 109 | #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 */ |
| 110 | 110 | ||
| 111 | #undef START_FILES | 111 | #undef START_FILES |
| 112 | #ifdef HAVE_LIB64_DIR | 112 | #ifdef HAVE_LIB64_DIR |