]> git.eshelyaron.com Git - emacs.git/commitdiff
* config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
authorJim Blandy <jimb@redhat.com>
Sat, 31 Jul 1993 01:39:30 +0000 (01:39 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 31 Jul 1993 01:39:30 +0000 (01:39 +0000)
* m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention
/usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.

src/config.in
src/m/ibmrs6000.h

index 174f6bac195cbd24de6c7d431bcca8b567fd48c2..7b19feef5a9eced4b311093d549295b945c8e8b9 100644 (file)
@@ -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__
index d2e612f1b4d4cf63f7c43d08df6fb40f0d69e6e6..4988ca7f681cc3a007470e888bdd725973c1a93d 100644 (file)
@@ -132,7 +132,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define ORDINARY_LINK
 /* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4.  */
+#ifdef HAVE_AIX_SMT_EXP
 #define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:/usr/lpp/X11/bin/smt.exp
+#else
+#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp
+#endif
 
 /* AIX supposedly doesn't use this interface, but on thr RS/6000
    it apparently does.  */