summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-01 08:57:13 -0400
committerAnthony Green <green@moxielogic.com>2022-09-01 08:57:13 -0400
commit9b58d4bad688820fa9bb077c0ec5f5949ac18bd2 (patch)
tree607ba71aacb530cfc865f915c8cb98e893bc1a0d /configure.ac
parente6d05bea0b4c350edaaf215a81f49298f34b10e4 (diff)
downloadlibffi-9b58d4bad688820fa9bb077c0ec5f5949ac18bd2.tar.gz
GCC_AS_CFI_PSEUDO_OP passes on msvc, although it's not sufficient.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 915b820..05181c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,8 +137,6 @@ AC_CACHE_CHECK([compiler generates .cfi pseudo-ops],
if test "x$gcc_cv_cc_cfi_pseudo_op" = xyes; then
AC_DEFINE(HAVE_AS_CFI_PSEUDO_OP, 1,
[Define if your assembler supports .cfi_* directives.])
-else
- GCC_AS_CFI_PSEUDO_OP
fi
case "$TARGET" in