From: Jan Engelhardt Date: Sun, 29 Jul 2012 17:34:15 +0000 (+0200) Subject: build: fix typo in configure.ac X-Git-Tag: 0.8.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b7cfc997b6294bbb88eda8880a725157fdb76a3;p=thirdparty%2Fplymouth.git build: fix typo in configure.ac s/reelase/release/ --- diff --git a/configure.ac b/configure.ac index 2444a273..073dcefe 100644 --- a/configure.ac +++ b/configure.ac @@ -309,7 +309,7 @@ AC_SUBST(background_start_color) AC_ARG_WITH(background-end-color-stop, AS_HELP_STRING([--with-background-end-color-stop],[first color end in background gradients used by boot splash plugins]),background_end_color=${withval},background_end_color=0x3a362f) AC_SUBST(background_end_color) -AC_ARG_WITH(release-file, AS_HELP_STRING([--with-release-file=],[Release File to use to detect distribution (by default /etc/system-reelase)]),RELEASE_FILE=${withval},RELEASE_FILE=/etc/system-release) +AC_ARG_WITH(release-file, AS_HELP_STRING([--with-release-file=],[Release File to use to detect distribution (by default /etc/system-release)]),RELEASE_FILE=${withval},RELEASE_FILE=/etc/system-release) AC_SUBST(RELEASE_FILE) AC_DEFINE_UNQUOTED(RELEASE_FILE, "$RELEASE_FILE", [Release file path])