Skip to content
Snippets Groups Projects
Commit b70a0a43 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge remote-tracking branch 'origin/maint-0.2.2'

Conflicts:
	configure.in

Conflict was between two pieces of configure.in logic added to the
same place.  Trivial.
parents 947012e1 5f9cdee8
Branches
Tags
No related merge requests found
o Build fixes:
- Search for a platform-specific version of "ar" when cross-compiling.
Should fix builds on iOS. Found by Marco Bonetti.
......@@ -148,6 +148,12 @@ fi
AC_ARG_ENABLE(bufferevents,
AS_HELP_STRING(--enable-bufferevents, use Libevent's buffered IO.))
dnl check for the correct "ar" when cross-compiling
AN_MAKEVAR([AR], [AC_PROG_AR])
AN_PROGRAM([ar], [AC_PROG_AR])
AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL([AR], [ar], [ar])])
AC_PROG_AR
AC_PROG_CC
AC_PROG_CPP
AC_PROG_MAKE_SET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment