diff options
author | Max Kellermann <max@duempel.org> | 2014-08-11 21:20:19 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-11 21:20:27 +0200 |
commit | fc0c5e7359cff821468138a3f8ce49db52c80e57 (patch) | |
tree | 44746bf80cd89177261f09b7dcdeb766cb130eea | |
parent | 2ccfb71d12d0ae1a8b4177c95aca45100982e685 (diff) | |
download | mpd-fc0c5e7359cff821468138a3f8ce49db52c80e57.tar.gz mpd-fc0c5e7359cff821468138a3f8ce49db52c80e57.tar.xz mpd-fc0c5e7359cff821468138a3f8ce49db52c80e57.zip |
configure.ac: fix typo, remove spaces
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 69062238a..0d528c61a 100644 --- a/configure.ac +++ b/configure.ac @@ -1240,7 +1240,7 @@ else AC_MSG_ERROR([MP4V2 requires AAC!]) fi - enable_mp4v2 = no + enable_mp4v2=no fi AM_CONDITIONAL(HAVE_MP4V2, test x$enable_mp4v2 = xyes) |