summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-30 13:09:57 -0400
committerRay Strode <rstrode@redhat.com>2008-05-30 13:09:57 -0400
commitd99d2283fa6251e8d62acf5573526bc9f0ad16d6 (patch)
tree8b32b411d89d9f8c9ac76cad6f61f300c055a49b /configure.ac
parent3e911d01acc04f0cacb399fce2b9580d84ae95dc (diff)
downloadplymouth-d99d2283fa6251e8d62acf5573526bc9f0ad16d6.tar.gz
plymouth-d99d2283fa6251e8d62acf5573526bc9f0ad16d6.tar.xz
plymouth-d99d2283fa6251e8d62acf5573526bc9f0ad16d6.zip
Don't install bizcom logo if alternate logo supplied
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fe66207..cbf6e49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,8 @@ AM_CONDITIONAL(ADD_BOOT_ENTRY, [test "$with_boot_entry" = yes])
AC_ARG_WITH(logo, AC_HELP_STRING([--with-logo], [logo used by boot splash plugins]),logofile=${withval},logofile=$datadir/plymouth/bizcom.png)
AC_SUBST(logofile)
+AM_CONDITIONAL(INSTALL_FALLBACK_LOGO, [test "$logofile" = $datadir/plymouth/bizcomp.png])
+
AC_ARG_WITH(background-color, AC_HELP_STRING([--with-background-color], [background color used by boot splash plugins]),background_color=${withval},background_color=0x3a362f)
AC_SUBST(background_color)