Skip to content
Snippets Groups Projects
Commit bd130003 authored by Ralph Giles's avatar Ralph Giles
Browse files

Correct an apparent typo in the LDFLAGS generation so the gcc

Version_script is actually used.

svn path=/trunk/theora/; revision=13605
parent 55c5c9a9
No related branches found
No related tags found
No related merge requests found
......@@ -152,9 +152,10 @@ if test "x$lt_cv_prog_gnu_ld" = "xyes"; then
SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
;;
*)
SHLIB_VERSION_ARG=""
;;
esac
THEORA_LDFLAGS="$THEORA_LDFLAGS SHLIB_VERSION_ARG"
THEORA_LDFLAGS="$THEORA_LDFLAGS $SHLIB_VERSION_ARG"
fi
AC_SUBST(THEORA_LDFLAGS)
......
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