summaryrefslogtreecommitdiffstats
path: root/amarok/configure.in.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-05 01:41:21 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-05 01:41:21 -0500
commit4782580443274f7ee32d1b5d4eaf93f3a360068d (patch)
tree2a382f84acaf4e9d8b74eccb8a1c00cc25910634 /amarok/configure.in.in
parent0cc1c9ad02119eded6b98ec31d16d06caa424f8a (diff)
downloadamarok-4782580443274f7ee32d1b5d4eaf93f3a360068d.tar.gz
amarok-4782580443274f7ee32d1b5d4eaf93f3a360068d.zip
Fix build of mp4 tag writing option
This closes Bug 346 Thanks to Darrell Anderson for the patch!
Diffstat (limited to 'amarok/configure.in.in')
-rw-r--r--amarok/configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/configure.in.in b/amarok/configure.in.in
index f879d3ac..67f53d6c 100644
--- a/amarok/configure.in.in
+++ b/amarok/configure.in.in
@@ -995,7 +995,7 @@ if test "$have_mp4v2" != "no"; then
ac_cppflags_save=$CPPFLAGS
CPPFLAGS="$CPPFLAGS -I."
AC_CHECK_HEADERS(systems.h)
- AC_CHECK_HEADERS([mp4.h], [have_mp4_h=yes], [],
+ AC_CHECK_HEADERS([mp4v2/mp4v2.h], [have_mp4_h=yes], [],
[#ifdef HAVE_SYSTEMS_H
# include <systems.h>
#endif