Commit dbe04c42 authored by Michael Mair-Keimberger's avatar Michael Mair-Keimberger Committed by Max Kellermann

configure.ac: detect system "ar"

parent d59a332e
ver 0.17.5 (not yet released)
* protocol:
- fix "playlistadd" with URI
* configure.ac:
- detect system "ar"
ver 0.17.4 (2013/04/08)
* protocol:
......
......@@ -23,6 +23,11 @@ AC_PROG_CC_C99
AC_PROG_CXX
AC_PROG_RANLIB
AN_MAKEVAR([AR], [AC_PROG_AR])
AN_PROGRAM([ar], [AC_PROG_AR])
AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
AC_PROG_AR
HAVE_CXX=yes
if test x$CXX = xg++; then
# CXX=g++ probably means that autoconf hasn't found any C++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment