We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21d8604 + 54155d7 commit 77867d0Copy full SHA for 77867d0
configure.ac
@@ -12,7 +12,7 @@ AC_CONFIG_AUX_DIR([build-aux])
12
: ${CFLAGS=""}
13
14
# Test ar for the "U" option. Should be checked before the libtool macros.
15
-xxx_ar_flags=$((ar --help) 2>&1)
+xxx_ar_flags=$(ar --help 2>&1)
16
AS_CASE([$xxx_ar_flags],[*'use actual timestamps and uids/gids'*],[: ${AR_FLAGS="Ucru"}])
17
18
# Checks for programs.
0 commit comments