[vinagre/gnome-3-14] Remove bashism from configure.ac



commit cadf1a903bcdb60706d9b947bbeed6bfcb7d1d27
Author: Alexander Tsoy <alexander tsoy me>
Date:   Sun Oct 26 01:52:04 2014 +0400

    Remove bashism from configure.ac
    
    https://bugzilla.gnome.org/show_bug.cgi?id=739187

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8830256..f308c25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,7 +119,7 @@ AC_TYPE_UINT64_T
 # Checks for library functions. See vinagre/pty_open.c for usage.
 AC_CHECK_FUNCS([getpt posix_openpt grantpt unlockpt ptsname ptsname_r])
 
-AM_CONDITIONAL([VINAGRE_PTY_OPEN], [test "x$ac_cv_func_grantpt" == xyes])
+AM_CONDITIONAL([VINAGRE_PTY_OPEN], [test "x$ac_cv_func_grantpt" = "xyes"])
 
 AC_SEARCH_LIBS([strerror], [cposix])
 


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