[xiph-commits] r13605 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Thu Aug 23 17:08:24 PDT 2007
Author: giles
Date: 2007-08-23 17:08:24 -0700 (Thu, 23 Aug 2007)
New Revision: 13605
Modified:
trunk/theora/configure.ac
Log:
Correct an apparent typo in the LDFLAGS generation so the gcc
Version_script is actually used.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2007-08-24 00:06:34 UTC (rev 13604)
+++ trunk/theora/configure.ac 2007-08-24 00:08:24 UTC (rev 13605)
@@ -152,9 +152,10 @@
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)
More information about the commits
mailing list