Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
dbe04c42
Commit
dbe04c42
authored
Aug 01, 2013
by
Michael Mair-Keimberger
Committed by
Max Kellermann
Aug 01, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: detect system "ar"
parent
d59a332e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
NEWS
NEWS
+2
-0
configure.ac
configure.ac
+5
-0
No files found.
NEWS
View file @
dbe04c42
ver 0.17.5 (not yet released)
ver 0.17.5 (not yet released)
* protocol:
* protocol:
- fix "playlistadd" with URI
- fix "playlistadd" with URI
* configure.ac:
- detect system "ar"
ver 0.17.4 (2013/04/08)
ver 0.17.4 (2013/04/08)
* protocol:
* protocol:
...
...
configure.ac
View file @
dbe04c42
...
@@ -23,6 +23,11 @@ AC_PROG_CC_C99
...
@@ -23,6 +23,11 @@ AC_PROG_CC_C99
AC_PROG_CXX
AC_PROG_CXX
AC_PROG_RANLIB
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
HAVE_CXX=yes
if test x$CXX = xg++; then
if test x$CXX = xg++; then
# CXX=g++ probably means that autoconf hasn't found any C++
# CXX=g++ probably means that autoconf hasn't found any C++
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment