mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 21:41:53 +02:00
26 lines
865 B
Diff
26 lines
865 B
Diff
From 1131c2eef458e553b483e61c8068f2de2865ad61 Mon Sep 17 00:00:00 2001
|
|
From: Joshua Judson Rosen <rozzin@geekspace.com>
|
|
Date: Sun, 24 Apr 2011 22:34:10 -0400
|
|
Subject: [PATCH 01/17] Correctly document "./configure --disable-mpdclient".
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 67cbaf9..c5545e8 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE([1.10])
|
|
dnl Options
|
|
AC_SUBST([WITH_MPDCLIENT])
|
|
AC_ARG_ENABLE([mpdclient],
|
|
- AS_HELP_STRING([--with-mpdclient], [Enable mpd client(default is YES)]),
|
|
+ AS_HELP_STRING([--disable-mpdclient], [Disable mpd client (enabled by default)]),
|
|
[enable_mpdclient=$enableval],
|
|
[enable_mpdclient="yes"])
|
|
if test "$enable_mpdclient" = "yes"; then
|
|
--
|
|
1.7.2.5
|
|
|