summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-12-19 08:49:47 -0500
committerRay Strode <rstrode@redhat.com>2014-12-19 09:04:57 -0500
commita3ebb3ed46b89b10e075061bfdd5da130f4f9d10 (patch)
treeb6b7fdede5c74de5b65ae414e412c9690b95920a
parent806f2de647803a4f5890dc56d5ffe93ac489946b (diff)
downloadgdm-a3ebb3ed46b89b10e075061bfdd5da130f4f9d10.tar.gz
Revert "configure: require plymouth if using systemd"
This reverts commit f8a21cd6cb2095e80889df8c41036e2df31ba01a. https://bugzilla.gnome.org/show_bug.cgi?id=740802
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f9b1d35c..a567a821 100644
--- a/configure.ac
+++ b/configure.ac
@@ -972,7 +972,7 @@ PKG_CHECK_MODULES(PLYMOUTH,
if test "x$with_plymouth" = "xauto" ; then
if test x$have_plymouth = xno ; then
- use_plymouth=$use_systemd
+ use_plymouth=no
else
use_plymouth=yes
fi
@@ -982,7 +982,7 @@ fi
if test "x$use_plymouth" != "xno" ; then
if test "x$have_plymouth" = "xno"; then
- AC_MSG_ERROR([Plymouth support required, but plymouth not found])
+ AC_MSG_ERROR([Plymouth support explicitly required, but plymouth not found])
fi
AC_DEFINE(WITH_PLYMOUTH, 1, [Define to enable plymouth support])