]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Remove undefined autoconf macro in Makefile.in.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Jul 2016 15:28:00 +0000 (17:28 +0200)
committerAndre 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

index 61da659f370442e75173cd3a1810911a07c2575f..7818f435165ff979fca65d0cb2a1d226546429ab 100644 (file)
@@ -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@