1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 07:52:23 +01:00

configure.ac: call AM_PROG_AR if available

This commit is contained in:
Clemens Lang 2013-01-18 14:26:15 +01:00
parent a535563ca0
commit bcd8c631a8

View File

@ -33,9 +33,7 @@ AM_INIT_AUTOMAKE([1.10 foreign -Wall -Werror])
AM_SILENT_RULES([yes])
AM_PROG_CC_C_O
# needed for automake 1.12 and other workarounds break 1.11...
m4_pattern_allow([AM_PROG_AR])
AM_PROG_AR
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_LIBTOOL_WIN32_DLL
AC_DISABLE_STATIC