diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-03-16 15:47:26 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-03-16 15:47:26 +0100 |
commit | e2c5b654a5f6c4bbdff1b15f54b31f37b9ed0fc2 (patch) | |
tree | 88d0751dfee3b3c0d6cc642aab64386f9ddb6364 | |
parent | 32d9da650ea0e177d4967bb964e89215a6554ff2 (diff) | |
download | lcd4linux-e2c5b654a5f6c4bbdff1b15f54b31f37b9ed0fc2.tar.gz |
disable switch --disable-mpd, it is not recognized anyways
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8468f44..1b8002d 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,6 @@ config.status: configure --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --bindir=/usr/sbin \ - --without-mpd \ --with-python # call this target to update config.sub and config.guess |