* 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.
This commit is contained in:
parent
b84b186a3a
commit
8686888e2c
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue