[gedit] Removed libattr dep



commit 8410a8a0d45d76425b4c662a8ba0c7db5a037de0
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Feb 6 14:43:28 2010 +0100

    Removed libattr dep

 configure.ac |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fac3bf0..98909ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,29 +242,6 @@ dnl ================================================================
 AC_SEARCH_LIBS(bind, socket)
 
 dnl ================================================================
-dnl libattr checks
-dnl ================================================================
-
-AC_MSG_CHECKING([whether libattr support is requested])
-AC_ARG_ENABLE([attr],
-	AS_HELP_STRING([--enable-attr],[Enable libattr support]),
-	[enable_attr=$enableval have_attr=$enableval],
-	[enable_attr=autodetect have_attr=yes])
-AC_MSG_RESULT([$enable_attr])
-
-if test "x$have_attr" != "xno"; then
-	AC_CHECK_LIB([attr], [attr_copy_fd], [],
-                [
-                have_attr=no
-                if test "x$enable_attr" = "xyes"; then
-                        AC_MSG_ERROR([libattr not found])
-                elif test "x$enable_attr" = "xautodetect"; then
-                        AC_MSG_WARN([libattr not found, disabling libattr support])
-                fi
-                ])
-fi
-
-dnl ================================================================
 dnl Start of pkg-config checks
 dnl ================================================================
 
@@ -551,7 +528,6 @@ Configuration:
 
 	Source code location:	${srcdir}
 	Compiler:		${CC}
-	Libattr enabled:	$have_attr
 	Python Plugins Support: $enable_python
 	Spell Plugin enabled:	$enable_enchant
 "



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