summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-03-29 01:04:31 -0400
committerRay Strode <rstrode@redhat.com>2011-03-29 01:04:31 -0400
commit6b4644cb6b7f3340d60d9f2f1976db1091f36aba (patch)
tree1b0aaf5164838d40d04287cb4af11c5fd0781e2e /configure.ac
parent537c16422cd49f1beeaab1ad39846a00018faec1 (diff)
configure: s/text/test/
Just a typo from the previous commit
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 205607eb..efe7a802 100644
--- a/configure.ac
+++ b/configure.ac
@@ -245,7 +245,7 @@ AM_CONDITIONAL(ENABLE_UPSTART_MONITORING, [test "$enable_upstart_monitoring" = y
AC_ARG_ENABLE(systemd-integration, AS_HELP_STRING([--enable-systemd-integration],[coordinate boot up with systemd]),enable_systemd_integration=$enableval,enable_systemd_integration=no)
AM_CONDITIONAL(ENABLE_SYSTEMD_INTEGRATION, [test "$enable_systemd_integration" = yes])
-if text x$enable_systemd_integration = xyes; then
+if test x$enable_systemd_integration = xyes; then
AC_DEFINE(PLY_ENABLE_SYSTEMD_INTEGRATION, 1, [Coordinate boot up with systemd])
fi