]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
configure: s/text/test/
authorRay Strode <rstrode@redhat.com>
Tue, 29 Mar 2011 05:04:31 +0000 (01:04 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 29 Mar 2011 05:04:31 +0000 (01:04 -0400)
Just a typo from the previous commit

configure.ac

index 205607eb71a6c729304cc806e1db0e50a5e25933..efe7a8029f1b707018c2b5e2eba4765b2fa50286 100644 (file)
@@ -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