summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2011-09-25 03:18:29 +0200
committerGrigori Goronzy <greg@blackbox>2011-09-25 03:18:29 +0200
commitffbbcc7954b60b7c301367e42eca2887fe179989 (patch)
tree5f297a90bac291f4ddf12a70a104cb3865dd311b /configure.ac
parent7393996cfe0136f130a6a23bb9fb6f4ddce82d87 (diff)
downloadlibass-ffbbcc7954b60b7c301367e42eca2887fe179989.tar.bz2
libass-ffbbcc7954b60b7c301367e42eca2887fe179989.tar.xz
test: separate linker flags
Use separate linker flags for the test program to avoid unnecessarily linking the libass library against libpng.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ddd6d2d..cba77a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,7 +86,6 @@ libpng=false
if test x$enable_test = xyes; then
PKG_CHECK_MODULES([LIBPNG], libpng >= 1.2.0, [
CFLAGS="$CFLAGS $LIBPNG_CFLAGS"
- LIBS="$LIBS $LIBPNG_LIBS"
AC_DEFINE(CONFIG_LIBPNG, 1, [found libpng via pkg-config])
libpng=true])
fi