[vte] Tiny configure fix



commit a4445d5bd1106d8683b471a358f7933bacb58105
Author: Christian Persch <chpe gnome org>
Date:   Mon Jul 12 21:27:38 2010 +0200

    Tiny configure fix

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index c12816a..e4122f5 100644
--- a/configure.in
+++ b/configure.in
@@ -56,8 +56,8 @@ case "$with_gtk" in
   3.0) VTE_API_VERSION=2.90
        VTE_API_MAJOR_VERSION=2
        VTE_API_MINOR_VERSION=90
-       VTE_PC_VERSION=-2.90
-       VTE_LIBRARY_SUFFIX=2.90
+       VTE_PC_VERSION=-$VTE_API_VERSION
+       VTE_LIBRARY_SUFFIX=$VTE_API_VERSION
        GTK_API_VERSION=3.0
        GTK_REQUIRED=2.90.0
        ;;



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