diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-18 20:27:12 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-18 20:27:12 +0000 |
commit | 1be91059b050143957130a9006676f9d88a26945 (patch) | |
tree | 28e80df46e33cd5a2cd9f778be49d516c1b85b74 /configure.ac | |
parent | e9ace46388abb5a2df8771f8f8a51e2f9ef0473e (diff) | |
download | mpd-1be91059b050143957130a9006676f9d88a26945.tar.gz mpd-1be91059b050143957130a9006676f9d88a26945.tar.xz mpd-1be91059b050143957130a9006676f9d88a26945.zip |
ok, after starting good, this is a little less blocky for playing streams
git-svn-id: https://svn.musicpd.org/mpd/trunk@1073 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c7dab52e8..a46ab2347 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ AC_SUBST(MPD_CFLAGS) AC_PROG_CC AC_PROG_INSTALL AC_PROG_LIBTOOL +AC_PROG_MAKE_SET AM_CONFIG_HEADER(config.h) |