[evolution-data-server] Some little cleanum of configure



commit 3d206abbffc45c495b45ac5bf90c3038cd049e0f
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Thu Mar 11 09:38:08 2010 +0100

    Some little cleanum of configure

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9f376dd..468f4a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1176,7 +1176,7 @@ AC_SUBST(DBUS_GLIB_CFLAGS)
 AC_SUBST(DBUS_GLIB_LIBS)
 
 AC_PATH_PROG(DBUS_BINDING_TOOL, dbus-binding-tool, [no])
-if test x$DBUS_BINDING_TOOL -eq xno; then
+if test "x$DBUS_BINDING_TOOL" = "xno"; then
   AC_MSG_ERROR([You need dbus-binding-tools to build evolution-data-server])
 fi
 
@@ -1421,7 +1421,7 @@ dnl ******************************
 dnl gperf stuff
 dnl ******************************
 AC_PATH_PROG(GPERF, gperf, [no])
-if test x$GPERF -eq xno; then
+if test "x$GPERF" = "xno"; then
   AC_MSG_ERROR([You need gperf to build evolution-data-server])
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]