From 8901f6c98920b8a3decfaa901a4ae4b4563d8307 Mon Sep 17 00:00:00 2001 From: tomash Date: Thu, 14 Sep 2006 14:30:18 +0000 Subject: [PATCH] Check of nonexistent file fixed --- livesupport/src/modules/getid3/etc/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/src/modules/getid3/etc/configure.ac b/livesupport/src/modules/getid3/etc/configure.ac index b6c2743f8..39c9ab728 100644 --- a/livesupport/src/modules/getid3/etc/configure.ac +++ b/livesupport/src/modules/getid3/etc/configure.ac @@ -37,7 +37,7 @@ AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL]) AC_REVISION($Revision$) -AC_CONFIG_SRCDIR(../var/getid3.check.php) +AC_CONFIG_SRCDIR(../var/getid3.php) AC_CONFIG_FILES(../Makefile:../etc/Makefile.in)