Skip to content

Commit 77867d0

Browse files
authored
Merge pull request #423 from LinuxJedi/ar-bug
Fix bug in configure.ac which breaks in Alpine
2 parents 21d8604 + 54155d7 commit 77867d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AC_CONFIG_AUX_DIR([build-aux])
1212
: ${CFLAGS=""}
1313

1414
# Test ar for the "U" option. Should be checked before the libtool macros.
15-
xxx_ar_flags=$((ar --help) 2>&1)
15+
xxx_ar_flags=$(ar --help 2>&1)
1616
AS_CASE([$xxx_ar_flags],[*'use actual timestamps and uids/gids'*],[: ${AR_FLAGS="Ucru"}])
1717

1818
# Checks for programs.

0 commit comments

Comments
 (0)