From aef6a32b5848da2c7f77adfae15d9430cc4c37bc Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Tue, 16 Mar 2004 22:41:52 +0000 Subject: [PATCH] * configure.ac: fixed libdts detection (libm linking problem) and dtsdec url. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ef70165ebb..e0580aef68 100644 --- a/configure.ac +++ b/configure.ac @@ -2155,16 +2155,18 @@ if test "${enable_dts}" != "no"; then AC_MSG_ERROR([the specified tree doesn't have dts.h]) fi else + LDFLAGS="${LDFLAGS_save} ${LDFLAGS_dtstofloat32}" AC_CHECK_HEADERS(dts.h, [ AC_CHECK_LIB(dts, dts_free, [ AX_ADD_PLUGINS([dtstofloat32]) AX_ADD_LDFLAGS([dtstofloat32],[-ldts]) ],[ if test "${enable_dts}" = "yes"; then - AC_MSG_ERROR([Could not find libdts on your system: you may get it from http://www.videolan.org/dtsdec.]) + AC_MSG_ERROR([Could not find libdts on your system: you may get it from http://www.videolan.org/dtsdec.html]) fi ]) ]) + LDFLAGS="${LDFLAGS_save}" fi fi -- 2.39.2