Skip to content

Commit

Permalink
Merge pull request #998 from peternewman/windows
Browse files Browse the repository at this point in the history
Fix the build on Windows
  • Loading branch information
nomis52 committed Jan 1, 2016
2 parents 5446726 + 3dc6311 commit a3af944
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ AC_CONFIG_AUX_DIR([config])
AC_SUBST([ac_aux_dir])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([config])
# 'AM_PROG_AR' was introduced in Automake 1.11.2
AM_INIT_AUTOMAKE([1.11.2 subdir-objects])
# Make us require Automake 1.11.1
AM_INIT_AUTOMAKE([1.11.1 subdir-objects])

# OLA version variables
AC_SUBST([ola_major_version])
Expand All @@ -27,7 +27,6 @@ AC_SUBST(OLA_REVISION_VERSION)
AC_LANG([C++])
AC_PROG_CXX
AC_PROG_AWK
AM_PROG_AR
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
Expand Down

0 comments on commit a3af944

Please sign in to comment.