projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed757d
)
configure: fix bash-ism
author
Koop Mast
<kwm@FreeBSD.org>
Sat, 8 Jan 2011 02:16:19 +0000
(
02:16
+0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Sat, 8 Jan 2011 02:16:19 +0000
(
02:16
+0000)
https://bugzilla.gnome.org/show_bug.cgi?id=638961
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6478a6cb7559c21afc101e4ba7a2fe5442028b22..4477041a8bf57d598b4f4e09eac59030e1b0cb40 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-892,7
+892,7
@@
AC_SUBST(GST_LIBS)
dnl LDFLAGS really should only contain flags, not libs - they get added before
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
GST_ALL_LDFLAGS="-no-undefined"
-if test "x${enable_Bsymbolic}" =
=
"xyes"; then
+if test "x${enable_Bsymbolic}" = "xyes"; then
GST_ALL_LDFLAGS="$GST_ALL_LDFLAGS -Wl,-Bsymbolic-functions"
fi
AC_SUBST(GST_ALL_LDFLAGS)