configure.ac: Remove --disable-znodelete options
commit9d12af9ef8783987ab3fce8e5418165969697978
authorXavier Claessens <xavier.claessens@collabora.com>
Tue, 24 Apr 2018 20:35:05 +0000 (24 16:35 -0400)
committerXavier Claessens <xavier.claessens@collabora.com>
Mon, 30 Apr 2018 16:14:07 +0000 (30 12:14 -0400)
tree2e635d931b4b4ccb517aee2ce7fcc684a914ed2a
parentfe9457dedd47edb3004a292cd0a05052e915f166
configure.ac: Remove --disable-znodelete options

There is no reason to disable this linker flags, and we are not going to
add this option in our meson build system, so remove it from autotools
too to be on par. If anyone complains with a valid use-case we can add
them back.

Keeping -Bsymbolc for now because it is used for refdbg and Debian has a
package that build glib with that flag.

https://bugzilla.gnome.org/show_bug.cgi?id=788771
configure.ac