[xiph-commits] r18100 - branches/lowmem-branch/Tremor
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Fri Sep 23 18:03:30 PDT 2011
Author: xiphmont
Date: 2011-09-23 18:03:30 -0700 (Fri, 23 Sep 2011)
New Revision: 18100
Modified:
branches/lowmem-branch/Tremor/configure.in
Log:
patch to fix a typo in the autoconf script for Tremor from brad0
Modified: branches/lowmem-branch/Tremor/configure.in
===================================================================
--- branches/lowmem-branch/Tremor/configure.in 2011-09-24 01:02:45 UTC (rev 18099)
+++ branches/lowmem-branch/Tremor/configure.in 2011-09-24 01:03:30 UTC (rev 18100)
@@ -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