[libpeas] Fix typo in configure.ac



commit 4bd48a8ffd1fbdc7acb975f85b8e5a662e909ebf
Author: Steve FrÃcinaux <code istique net>
Date:   Tue Aug 30 22:18:38 2011 +0200

    Fix typo in configure.ac

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cd0f13a..fd344aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -334,7 +334,7 @@ else
 	AC_MSG_CHECKING([for PyGObject availability.])
 	if test "$found_python" = "yes"; then
 		PKG_CHECK_EXISTS([pygobject-3.0 >= $PYGOBJECT_REQUIRED],,
-				 [found_python="no (pygobject >= $PYGOBJECT_REQUIRED) not found)"])
+				 [found_python="no (pygobject >= $PYGOBJECT_REQUIRED not found)"])
 	fi
 	AC_MSG_RESULT([$found_python])
 



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