summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-07-31 01:40:35 +0000
committerJim Blandy <jimb@redhat.com>1993-07-31 01:40:35 +0000
commit023cbf1c885a3e5119db09f022d838d08c6d8304 (patch)
tree2ab9a023b4e380080591d7d74c3f2e0c02362c57 /configure1.in
parent9cf14bcbbc4c7a1ce0a85cbc2d5057da0ecfc20d (diff)
downloademacs-023cbf1c885a3e5119db09f022d838d08c6d8304.tar.gz
* 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.
Diffstat (limited to 'configure1.in')
-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
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.