# HG changeset patch # User Jim Blandy # Date 744082835 0 # Node ID 605e06926c357a44cb688972365aaf79f1b555e8 # Parent 2497c88c03c360f27b96cb80b775d91435dc41ab * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp, and #define HAVE_AIX_SMT_EXP if we do. This is present in some versions of AIX, and needs to be passed to the loader. diff -r 2497c88c03c3 -r 605e06926c35 configure1.in --- a/configure1.in Sat Jul 31 01:39:30 1993 +0000 +++ b/configure1.in Sat Jul 31 01:40:35 1993 +0000 @@ -1196,6 +1196,12 @@ exit 1 fi +if [ -f /usr/lpp/X11/bin/smt.exp ]; then + ] + AC_DEFINE(HAVE_AIX_SMT_EXP) + [ +fi + #### Specify what sort of things we'll be editing into Makefile and config.h. ### Use configuration here uncanonicalized to avoid exceeding size limits.