8000 Update configure.ac · python/cpython@6f07bd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f07bd7

Browse files
Update configure.ac
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent af04c13 commit 6f07bd7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

configure.ac

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7015,10 +7015,8 @@ int main()
70157015
],[ac_cv_libatomic_needed=yes],[ac_cv_libatomic_needed=yes])
70167016
])
70177017

7018-
if test $ac_cv_libatomic_needed = yes
7019-
then
7020-
LIBATOMIC=${LIBATOMIC-"-latomic"}
7021-
fi
7018+
AS_VAR_IF([ac_cv_libatomic_needed], [yes],
7019+
[LIBATOMIC=${LIBATOMIC-"-latomic"}])
70227020
_RESTORE_VAR([CPPFLAGS])
70237021

70247022

0 commit comments

Comments
 (0)
0