Skip to content
Snippets Groups Projects
Commit 6b587a0e authored by Monty's avatar Monty
Browse files

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
parent 1eb218e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment