mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Remove a bashism
This commit is contained in:
parent
a176008826
commit
bc85e6ed51
@ -3420,7 +3420,7 @@ AC_ARG_ENABLE(Bsymbolic,
|
||||
enable_Bsymbolic=no)
|
||||
LDFLAGS="${SAVED_LDFLAGS}"])
|
||||
|
||||
if test "x${enable_Bsymbolic}" == "xyes"; then
|
||||
if test "x${enable_Bsymbolic}" = "xyes"; then
|
||||
GLIB_LINK_FLAGS=-Wl,-Bsymbolic-functions
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user