Skip to content

Commit

Permalink
configure.ac: Fix typos sytemd -> systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanc authored and Johan Hedberg committed Jun 1, 2013
1 parent c682b08 commit 15c84df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ AC_ARG_WITH([systemdsystemunitdir],
[path to systemd system unit directory]),
[path_systemunitdir=${withval}])
if (test "${enable_systemd}" != "no" && test -z "${path_systemunitdir}"); then
AC_MSG_CHECKING([sytemd system unit dir])
AC_MSG_CHECKING([systemd system unit dir])
path_systemunitdir="`$PKG_CONFIG --variable=systemdsystemunitdir systemd`"
if (test -z "${path_systemunitdir}"); then
AC_MSG_ERROR([systemd system unit directory is required])
Expand All @@ -210,7 +210,7 @@ AC_ARG_WITH([systemduserunitdir],
[path to systemd user unit directory]),
[path_userunitdir=${withval}])
if (test "${enable_systemd}" != "no" && test -z "${path_userunitdir}"); then
AC_MSG_CHECKING([sytemd user unit dir])
AC_MSG_CHECKING([systemd user unit dir])
path_userunitdir="`$PKG_CONFIG --variable=systemduserunitdir systemd`"
if (test -z "${path_userunitdir}"); then
AC_MSG_ERROR([systemd user unit directory is required])
Expand Down

0 comments on commit 15c84df

Please sign in to comment.