Skip to content

Commit 6d7cf43

Browse files
committed
Fix so that it will compile on newer versions of gcc
1 parent dc0289d commit 6d7cf43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ AC_PREREQ(2.55)
99
AC_CONFIG_HEADERS([config.h])
1010
AC_CONFIG_AUX_DIR([.])
1111
AC_CONFIG_MACRO_DIR([m4])
12+
m4_pattern_allow([AM_PROG_AR])
13+
AM_PROG_AR
1214
AM_INIT_AUTOMAKE([foreign -Wall])
1315

1416
AC_CONFIG_SRCDIR([mod_auth_vas4.c])

0 commit comments

Comments
 (0)