summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2011-09-24 01:03:30 +0000
committerMonty <xiphmont@xiph.org>2011-09-24 01:03:30 +0000
commit6b587a0eb35bc94907b03ab9e2fc2de4a99e635c (patch)
tree14de74b94964cd5233de2d939e41c956d98bc808
parent1eb218e4c01d2c1faff69b76b7c056bac835ec3c (diff)
downloadtremor-6b587a0eb35bc94907b03ab9e2fc2de4a99e635c.tar.gz
patch to fix a typo in the autoconf script for Tremor from brad0
git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremor@18100 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--configure.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index c696ed1..c15cde5 100644
--- a/configure.in
+++ b/configure.in
@@ -79,16 +79,7 @@ LDFLAGS="$LDFLAGS $ldflags_save"
AC_PROG_LD
AC_PROG_LD_GNU
if test "x$lt_cv_prog_gnu_ld" = "xyes"; then
- SHLIB_VERSION_ARG="Wl,--version-script=Version_script"
-
- dnl Set extra linker options
- case "$target_os" in
- linux* | solaris* )
- SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
- ;;
- *)
- ;;
- esac
+ SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
LDFLAGS="$LDFLAGS $SHLIB_VERSION_ARG"
fi