We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d8604 commit 54155d7Copy full SHA for 54155d7
1 file changed
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