[pygtksourceview] Bug 563093 – Unportable test(1) construct



commit eac01e00f0434f527be0b10a8c4e75645698815f
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Wed Jun 10 00:08:12 2009 +0200

    Bug 563093 â?? Unportable test(1) construct
    
    Revove the == check which is not portable
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 67d897a..aac20d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ if test "${enable_docs}" != no; then
   fi
 fi
 
-if test x$enable_docs == xyes; then
+if test x$enable_docs = xyes; then
    if ! $PKG_CONFIG "pygobject-2.0 >= 2.11.3"; then
        AC_MSG_WARN([pygobject-2.0 < 2.11.3; disabling generation of docs])
        enable_docs=no



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