1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Index: libtool-2.5.4/tests/deplibs-ident.at
===================================================================
--- libtool-2.5.4.orig/tests/deplibs-ident.at
+++ libtool-2.5.4/tests/deplibs-ident.at
@@ -64,13 +64,6 @@ int main() { return a1() + a2() + a3() +
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o b$EXEEXT b.$OBJEXT ../liba1.la ../liba2.la ../liba3.la ../../c/libcee.la -rpath /nowhere],
[0],[stdout],[ignore])
AT_CHECK([$EGREP 'cee.*cee' stdout], 1, [ignore], [ignore])
- AT_XFAIL_IF([dnl
- eval `$LIBTOOL --config | $EGREP '^hardcode_(direct|direct_absolute|action)='`
- case $hardcode_action,$hardcode_direct,$hardcode_direct_absolute in
- relink,yes,no) :;;
- *,no,*) :;;
- *) false;;
- esac])
dnl This is currently broken in libtool
)
|