[PATCH 1/2] configure.ac: fix AM_CONDITIONAL syntax typo in test. s/x/$/
- From: Fabio Erculiani <lxnay sabayon org>
- To: NetworkManager-list gnome org
- Subject: [PATCH 1/2] configure.ac: fix AM_CONDITIONAL syntax typo in test. s/x/$/
- Date: Tue, 16 Apr 2013 07:05:55 +0100
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6fa6569..a1f49c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,7 +295,7 @@ AS_IF([! (echo "$with_session_tracking" | grep -q -E "^(systemd|consolekit|no)$"
AC_MSG_ERROR([--with-session-tracking must be systemd/consolekit/no, not $with_session_tracking]))
# add conditionals and subtitutions
AM_CONDITIONAL(SESSION_TRACKING_CK, test "$with_session_tracking" = "consolekit")
-AM_CONDITIONAL(SESSION_TRACKING_SYSTEMD, test "xwith_session_tracking" = "systemd")
+AM_CONDITIONAL(SESSION_TRACKING_SYSTEMD, test "$with_session_tracking" = "systemd")
if test "$with_session_tracking" = "systemd"; then
PKG_CHECK_MODULES(SYSTEMD_LOGIN, [libsystemd-login])
AC_SUBST(SYSTEMD_LOGIN_CFLAGS)
--
1.8.1.5
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]