diff options
author | Jim Blandy <jimb@redhat.com> | 1993-07-31 01:39:30 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-07-31 01:39:30 +0000 |
commit | b84b186a3aa936cf585733a91d7ae2d5099efa8c (patch) | |
tree | 3d09c40c460e6e438a9d9be36d602f2652c6b994 /src/config.in | |
parent | 9b7cd36694dbcdaa53299747e197deb07c4e4463 (diff) | |
download | emacs-b84b186a3aa936cf585733a91d7ae2d5099efa8c.tar.gz |
* config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
* m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention
/usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 174f6bac195..7b19feef5a9 100644 --- a/src/config.in +++ b/src/config.in @@ -117,6 +117,8 @@ and this notice must be preserved on all copies. */ #undef HAVE_BCOPY +#undef HAVE_AIX_SMT_EXP + /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__ #define INLINE __inline__ |