From f6083f327fc084bfab9b6b889cce45f18c5c4c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sun, 13 Sep 2009 11:30:19 +0000 Subject: [PATCH] Remove extra commas from configure.in.in git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1022859 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- configure.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in.in b/configure.in.in index ee9a2166..fa90b98d 100644 --- a/configure.in.in +++ b/configure.in.in @@ -130,14 +130,14 @@ AC_DEFUN([AC_NO_CPPUNIT], AC_ARG_ENABLE([mp4], [AS_HELP_STRING([--enable-mp4], [add MP4 support])], [ - AC_DEFINE([WITH_MP4], [1], [With MP4 support]), + AC_DEFINE([WITH_MP4], [1], [With MP4 support]) AC_DEFINE([TAGLIB_WITH_MP4], [1], [With MP4 support]) ]) AC_ARG_ENABLE([asf], [AS_HELP_STRING([--enable-asf], [add ASF support])], [ - AC_DEFINE([WITH_ASF], [1], [With ASF support]), + AC_DEFINE([WITH_ASF], [1], [With ASF support]) AC_DEFINE([TAGLIB_WITH_ASF], [1], [With ASF support]) ])