]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
fixes .cfi configure problem. apparently compiling is not enough
authorDirk Mueller <dmuell@gmx.net>
Fri, 31 Oct 2003 03:43:48 +0000 (03:43 +0000)
committerDirk Mueller <dmuell@gmx.net>
Fri, 31 Oct 2003 03:43:48 +0000 (03:43 +0000)
to invoke the gnu as in all cases.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1973

configure.in

index 3fe1cd8a51d0d5f978ade0636e815ff347e7fed3..8739acbb30da5c7270853b1d79e5fdeee8ff08a0 100644 (file)
@@ -283,7 +283,7 @@ fi
 
 # check if the GNU as supports CFI directives
 AC_MSG_CHECKING([if gas accepts .cfi])
-AC_TRY_COMPILE(, [
+AC_TRY_LINK(, [
 
 __asm__ __volatile__ (".cfi_startproc\n"
                       ".cfi_adjust_cfa_offset 0x0\n"