[nemiver] Fix a typo in configure.



commit e5afe055ddffc5865de0514cf3c63264ed9c956f
Author: Dodji Seketeli <dodji seketeli org>
Date:   Tue Jul 15 00:11:39 2014 +0200

    Fix a typo in configure.
    
        * configure.ac: Change HAS_VTR_2_90 into HAS_VTE_2_90.
    
    Signed-off-by: Dodji Seketeli <dodji seketeli org>

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 94d3a40..0f3cc1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -363,7 +363,7 @@ dnl library dependencies for the nemiver common UI module
 dnl first what vte should we use?
 PKG_CHECK_EXISTS([vte-2.90 >= $LIBVTE_VERSION],
                 [HAS_VTE_2_90=yes],
-                [HAS_VTR_2_90=no])
+                [HAS_VTE_2_90=no])
 
 PKG_CHECK_EXISTS([vte-2.91 >= $LIBVTE_VERSION],
                 [HAS_VTE_2_91=yes],


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