Skip to content
Snippets Groups Projects
Commit 55a4ac2d authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

configure: break long line.

parent c941993d
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,8 @@ AC_DEFINE_UNQUOTED([HAVE_DECL___LZCNT64],
dnl
AC_CACHE_CHECK([whether __builtin_complex is available],
[acx_cv_have_decl___builtin_complex],
[AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <complex.h>],[ long double _Complex c = __builtin_complex(1.0L, -2.5L)])],
[AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <complex.h>],
[ long double _Complex c = __builtin_complex(1.0L, -2.5L)])],
[AS_VAR_SET([acx_cv_have_decl___builtin_complex],[yes])],
[AS_VAR_SET([acx_cv_have_decl___builtin_complex],[no])])])
ACX_CHECK_ASM_BSR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment