[gtk+] Remove unused --disable-visibility option
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Remove unused --disable-visibility option
- Date: Fri, 3 Sep 2010 02:57:44 +0000 (UTC)
commit d095448be3ed17478f429f4e0560d8275773fb7c
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Sep 2 22:56:15 2010 -0400
Remove unused --disable-visibility option
configure.ac | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bf258a0..d67c1b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,10 +243,6 @@ AC_ARG_ENABLE(rebuilds,
[AC_HELP_STRING([--disable-rebuilds],
[disable all source autogeneration rules])],,
[enable_rebuilds=yes])
-AC_ARG_ENABLE(visibility,
- [AC_HELP_STRING([--disable-visibility],
- [do not use ELF visibility attributes])],,
- [enable_visibility=yes])
AC_ARG_WITH(xinput,
[AC_HELP_STRING([--with-xinput=@<:@no/yes@:>@], [support XInput])])
@@ -284,11 +280,6 @@ else
fi
-if test "x$enable_visibility" = "xno"; then
- GTK_DEBUG_FLAGS="$GTK_DEBUG_FLAGS -DDISABLE_VISIBILITY"
-fi
-
-
AC_DEFINE_UNQUOTED(GTK_COMPILED_WITH_DEBUGGING, "${enable_debug}",
[Define if debugging is enabled])
@@ -1746,4 +1737,4 @@ perf/Makefile
AC_OUTPUT
echo "configuration:
- target: $gdktarget"
+ target: $gdktarget"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]