Merge commit '8e0febe28effe7f427e45190eab37110126161ea'

* commit '8e0febe28effe7f427e45190eab37110126161ea':
  configure: Use right variable and right value for AIX ar flags

Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-11-12 00:51:21 -03:00
commit 792802f5f9
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4873,7 +4873,7 @@ case $target_os in
SHFLAGS=-shared
add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl
ar_default='ar -Xany'
arflags='-Xany -r -c'
;;
android)
disable symver