[Rhythmbox-devel] Daap/soup error in configure.ac
- From: Tom Parker <palfrey tevp net>
- To: rhythmbox-devel gnome org
- Subject: [Rhythmbox-devel] Daap/soup error in configure.ac
- Date: Wed, 23 Nov 2005 15:19:33 +0100
If DAAP sharing is enabled, but libsoup is not available, configure does not
correctly return an error as the test is incorrectly specified. The following
patch fixes this.
Tom Parker
Index: configure.ac
===================================================================
RCS file: /cvs/gnome/rhythmbox/configure.ac,v
retrieving revision 1.186
diff -u -r1.186 configure.ac
--- configure.ac 15 Nov 2005 10:08:53 -0000 1.186
+++ configure.ac 23 Nov 2005 14:18:11 -0000
@@ -297,7 +297,7 @@
dnl daap support
-if test x"$have_libsoup" = "xno" && "x$enable_daap" = "xyes"; then
+if test x"$have_libsoup" = "xno" && test "x$enable_daap" = "xyes"; then
AC_MSG_ERROR([DAAP support explicitly requested, but no libsoup found.
Install libsoup])
fi
dnl Check for libz, useful for DAAP
--
palfrey tevp net - http://tevp.net
Illegitimus non carborundum
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]