[xiph-commits] r18099 - trunk/Tremor
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Fri Sep 23 18:02:45 PDT 2011
Author: xiphmont
Date: 2011-09-23 18:02:45 -0700 (Fri, 23 Sep 2011)
New Revision: 18099
Modified:
trunk/Tremor/configure.in
Log:
patch to fix a typo in the autoconf script for Tremor from brad0
Modified: trunk/Tremor/configure.in
===================================================================
--- trunk/Tremor/configure.in 2011-09-23 03:09:50 UTC (rev 18098)
+++ trunk/Tremor/configure.in 2011-09-24 01:02:45 UTC (rev 18099)
@@ -79,16 +79,7 @@
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
More information about the commits
mailing list