diff options
author | Max Kellermann <max@duempel.org> | 2014-11-21 22:19:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-21 22:19:57 +0100 |
commit | b3f5b4932c360efef696f7db112766c63b1de389 (patch) | |
tree | d0532376ef025570b4d31bcd13e3b589b9dae5b4 /test/DumpDatabase.cxx | |
parent | b3f5f2f75f7c982659b17730a95db992ed64f413 (diff) |
configure.ac: add macro MPD_ENABLE_AUTO_PKG
Simplify the definition of many build options.
Diffstat (limited to 'test/DumpDatabase.cxx')
-rw-r--r-- | test/DumpDatabase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DumpDatabase.cxx b/test/DumpDatabase.cxx index 07f342319..a4d3e6407 100644 --- a/test/DumpDatabase.cxx +++ b/test/DumpDatabase.cxx @@ -44,7 +44,7 @@ using std::endl; #include <stdlib.h> -#ifdef HAVE_LIBUPNP +#ifdef ENABLE_UPNP #include "input/InputStream.hxx" size_t InputStream::LockRead(void *, size_t, Error &) |