summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-03-18 15:33:49 +0100
committerJens Georg <jensg@openismus.com>2013-03-28 08:33:37 +0100
commit2f76eb7ada9ff664328dcac35bd003dc8d9095bd (patch)
tree3c22e2fef03fc87aa2d1b64cf42e97730804cbd7 /configure.ac
parentd7e0f908206b933e4941ca729b8198c9b47f21b7 (diff)
downloadrygel-2f76eb7ada9ff664328dcac35bd003dc8d9095bd.tar.gz
build: Drop COLLATION_* variables
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 5b1846db..fa2d52ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,10 +295,7 @@ then
[have_unistring=yes],[have_unistring=no]))
if test "x$have_unistring" = "xyes"; then
AC_DEFINE([HAVE_UNISTRING],[1],[Use libunistring for collation])
- COLLATION_CFLAGS=
- COLLATION_LIBS=-lunistring
- AC_SUBST([COLLATION_CFLAGS])
- AC_SUBST([COLLATION_LIBS])
+ RYGEL_PLUGIN_MEDIA_EXPORT_DEPS_LIBS="$RYGEL_PLUGIN_MEDIA_EXPORT_DEPS_LIBS -lunistring"
fi
fi