aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-07-31 01:40:35 +0000
committerJim Blandy1993-07-31 01:40:35 +0000
commit8686888e2c3ac0bb432e4d126d1e01967ac5f74b (patch)
treec31c9eaed41ac6078e9e4a36116eb330501bd2e2
parentb84b186a3aa936cf585733a91d7ae2d5099efa8c (diff)
downloademacs-8686888e2c3ac0bb432e4d126d1e01967ac5f74b.tar.gz
emacs-8686888e2c3ac0bb432e4d126d1e01967ac5f74b.zip
* 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.
-rwxr-xr-xconfigure1.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in
index 2d6d8d6686e..5aefb917feb 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1196,6 +1196,12 @@ if [ x"${version}" = x ]; then
1196 exit 1 1196 exit 1
1197fi 1197fi
1198 1198
1199if [ -f /usr/lpp/X11/bin/smt.exp ]; then
1200 ]
1201 AC_DEFINE(HAVE_AIX_SMT_EXP)
1202 [
1203fi
1204
1199 1205
1200#### Specify what sort of things we'll be editing into Makefile and config.h. 1206#### Specify what sort of things we'll be editing into Makefile and config.h.
1201### Use configuration here uncanonicalized to avoid exceeding size limits. 1207### Use configuration here uncanonicalized to avoid exceeding size limits.