projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ada5f2
)
build: Remove undefined autoconf macro in Makefile.in.
author
Andre Noll
<maan@tuebingen.mpg.de>
Sun, 17 Jul 2016 15:28:00 +0000
(17:28 +0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Sat, 23 Jul 2016 00:46:24 +0000
(
02:46
+0200)
The autconf variable @arch_cppflags@ was removed from configure.ac
last year in commit
d38109ab
, but the patch missed to remove it
from Makefile.in.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 61da659f370442e75173cd3a1810911a07c2575f..7818f435165ff979fca65d0cb2a1d226546429ab 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-36,7
+36,6
@@
play_objs := @play_objs@
speex_cppflags := @speex_cppflags@
opus_cppflags := @opus_cppflags@
vorbis_cppflags := @vorbis_cppflags@
-arch_cppflags := @arch_cppflags@
osl_cppflags := @osl_cppflags@
id3tag_cppflags := @id3tag_cppflags@
openssl_cppflags := @openssl_cppflags@