summaryrefslogtreecommitdiff
path: root/tests/no-executables.at
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-08-06 22:03:19 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-08-06 22:03:19 +0200
commit2fc264a8e2f7224627bb7c191a38a2dc9e7b5bcb (patch)
tree05635ed19c59d2174a5ba5851e6d547eb1715555 /tests/no-executables.at
parent3e68aa1ac68c0b1154aa1977b13e40fd6fc8e9e9 (diff)
downloadlibtool-2fc264a8e2f7224627bb7c191a38a2dc9e7b5bcb.tar.gz
Fix AC_NO_EXECUTABLES test failure on AIX.
* libltdl/m4/libtool.m4 (_LT_SYS_MODULE_PATH_AIX): Wrap link test in AC_CACHE_VAL, using cache variable $lt_cv_aix_libpath. * tests/no-executables.at (AC_NO_EXECUTABLES): Preset it, to avoid link test. Bug report by Rainer Tammer. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'tests/no-executables.at')
-rw-r--r--tests/no-executables.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/no-executables.at b/tests/no-executables.at
index e9e229a9..75b92efa 100644
--- a/tests/no-executables.at
+++ b/tests/no-executables.at
@@ -1,7 +1,6 @@
# no-executables.at -- Libtool usage in GCC -*- Autotest -*-
-# Copyright (C) 2008 Free Software Foundation, Inc.
-# Written by Ralf Wildenhues, 2008
+# Copyright (C) 2008, 2010 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
@@ -52,6 +51,7 @@ lt_cv_archive_cmds_need_lc=no
lt_cv_cc_needs_belf=no
lt_cv_ld_exported_symbols_list=no
lt_cv_prog_compiler_static_works=no
+lt_cv_aix_libpath="/usr/lib:/lib"
# Deal with AC_LIBTOOL_DLOPEN in one of two possible ways:
# - do not execute it at all in the ac_no_link case