[glib] Remove a bashism
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove a bashism
- Date: Tue, 27 Dec 2011 22:15:57 +0000 (UTC)
commit bc85e6ed516f23d9fed9cdad39c605721738e190
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Dec 27 17:15:44 2011 -0500
Remove a bashism
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 11a5108..00209e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]