summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNedeljko Babic <nbabic@mips.com>2012-03-28 12:47:22 +0200
committerNedeljko Babic <nbabic@mips.com>2012-04-03 15:38:03 +0200
commit0a16180c2cb747b3b372bc77ad751c9acbdc7d12 (patch)
tree18d05d14a10023348fb53bbc4c7558ae2731a906
parentbe376528e03c17ccac445bf5f4093d466b824d86 (diff)
downloadtremor-0a16180c2cb747b3b372bc77ad751c9acbdc7d12.tar.gz
patch to fix a typo in the autoconf script for Tremor from brad0
[Import changes from Tremor (c7b26d1 2011-09-24)]
-rw-r--r--configure.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 41bdcdf..56c518c 100644
--- a/configure.in
+++ b/configure.in
@@ -110,16 +110,7 @@ AM_CONDITIONAL(MIPS_TARGET, test $mips_target = 1)
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