mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
new package: gjay, thanks Joshua Judson Rosen
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user