diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-15 15:17:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-15 15:17:30 +0000 |
commit | 6a6d7d25a00627f17cae63c982fa0a3f70e77e56 (patch) | |
tree | 362b13f351af78fd5d01e3d63f1be9ffe92f26f0 /src/config.in | |
parent | 238e4738116c6d306015dceb87fcca32258c5c88 (diff) | |
download | emacs-6a6d7d25a00627f17cae63c982fa0a3f70e77e56.tar.gz |
(LD_SWITCH_X_SITE_AUX): Add #undef.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index ca2e2ddadb6..144d6e4e1f8 100644 --- a/src/config.in +++ b/src/config.in @@ -194,6 +194,10 @@ and this notice must be preserved on all copies. */ something similar. */ #undef LD_SWITCH_X_SITE +/* Define LD_SWITCH_X_SITE_AUX with an -R option + in case it's needed (for Solaris, for example). */ +#undef LD_SWITCH_X_SITE_AUX + /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS above and your X include files aren't in a place |