Remove unused --disable-visibility option
This commit is contained in:
@ -243,10 +243,6 @@ AC_ARG_ENABLE(rebuilds,
|
|||||||
[AC_HELP_STRING([--disable-rebuilds],
|
[AC_HELP_STRING([--disable-rebuilds],
|
||||||
[disable all source autogeneration rules])],,
|
[disable all source autogeneration rules])],,
|
||||||
[enable_rebuilds=yes])
|
[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_ARG_WITH(xinput,
|
||||||
[AC_HELP_STRING([--with-xinput=@<:@no/yes@:>@], [support XInput])])
|
[AC_HELP_STRING([--with-xinput=@<:@no/yes@:>@], [support XInput])])
|
||||||
@ -284,11 +280,6 @@ else
|
|||||||
fi
|
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}",
|
AC_DEFINE_UNQUOTED(GTK_COMPILED_WITH_DEBUGGING, "${enable_debug}",
|
||||||
[Define if debugging is enabled])
|
[Define if debugging is enabled])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user