[pyatspi2] test(1) uses '=' to test if strings are identical
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] test(1) uses '=' to test if strings are identical
- Date: Sat, 25 Feb 2012 17:32:51 +0000 (UTC)
commit aae1500283de751b2da3b1b3ad199bf5a7a6e5f9
Author: Patrick Welche <prlw1 cam ac uk>
Date: Tue Feb 21 13:36:57 2012 +0000
test(1) uses '=' to test if strings are identical
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d43b6cc..5d00192 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_ARG_ENABLE(tests,
enable_tests=yes,
enable_tests=no)
AC_MSG_RESULT($enable_tests)
-AM_CONDITIONAL(ENABLE_TESTING, test x$enable_tests == xyes)
+AM_CONDITIONAL(ENABLE_TESTING, test x$enable_tests = xyes)
if test "$enable_tests" = "yes"; then
AM_CHECK_PYMOD(dbus, , , [AC_MSG_ERROR(Could not find python module: dbus)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]