[gedit] configure.ac cleanups
- From: Paolo Borelli <pborelli src gnome org>
- To: svn-commits-list gnome org
- Subject: [gedit] configure.ac cleanups
- Date: Sat, 18 Apr 2009 15:51:04 -0400 (EDT)
commit 5e96ecc8c676df25b539c6d9431f6eb0562137ac
Author: Paolo Borelli <porelli gnome org>
Date: Sat Apr 18 21:52:24 2009 +0200
configure.ac cleanups
Remove unneeded lines from configure.ac
---
configure.ac | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index e70259c..e502149 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,9 +220,6 @@ PKG_CHECK_MODULES(GEDIT, [
gtksourceview-2.0 >= 2.4.0
gconf-2.0 >= 1.1.11
])
-GEDIT_LIBS="${GEDIT_LIBS}"
-AC_SUBST(GEDIT_LIBS)
-AC_SUBST(GEDIT_CFLAGS)
dnl FIXME: Remove this when removing sexy-icon-entry
if $PKG_CONFIG --atleast-version 2.15.0 gtk+-2.0; then
@@ -315,14 +312,11 @@ if test "x$have_python" != "xno"; then
if test "x$enable_python" = "xyes"; then
AC_MSG_ERROR([$PYGTK_PKG_ERRORS])
elif test "x$enable_python" = "xautodetect"; then
- enable_python=no
+ enable_python=no
AC_MSG_WARN([$PYGTK_PKG_ERRORS])
AC_MSG_WARN([Disabling python support])
fi
])
-
- AC_SUBST([PYGTK_CFLAGS])
- AC_SUBST([PYGTK_LIBS])
fi
if test "x$have_python" != "xno"; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]