Mercurial > emacs
changeset 4370:605e06926c35
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 31 Jul 1993 01:40:35 +0000 |
parents | 2497c88c03c3 |
children | fb0e37e7afae |
files | configure1.in |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.