|
From: Dirk M. <mu...@kd...> - 2003-10-31 03:44:29
|
CVS commit by mueller:
fixes .cfi configure problem. apparently compiling is not enough
to invoke the gnu as in all cases.
M +1 -1 configure.in 1.98
--- valgrind/configure.in #1.97:1.98
@@ -284,5 +284,5 @@
# 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"
|