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]) ])