summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-05-31 18:33:01 -0400
committerKristian Høgsberg <krh@redhat.com>2008-06-02 11:54:40 -0400
commita54c748d3d1780612d421699011cac3adf17754f (patch)
tree20eff32e2169df98a2539cb999c8ffc46bd95e71 /configure.ac
parentf5a15611fb5fe1d36f8922e1c2a6f751ab0b8df7 (diff)
downloadplymouth-a54c748d3d1780612d421699011cac3adf17754f.tar.gz
plymouth-a54c748d3d1780612d421699011cac3adf17754f.tar.xz
plymouth-a54c748d3d1780612d421699011cac3adf17754f.zip
Fix typo in configure.ac logo filename.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cbf6e49..8ba47bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ 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])
+AM_CONDITIONAL(INSTALL_FALLBACK_LOGO, [test "$logofile" = $datadir/plymouth/bizcom.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)