summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2016-01-17 22:35:08 +0100
committerJens Georg <mail@jensge.org>2016-01-17 22:35:08 +0100
commitfa26c199d632f4e70361776cc2393f3351629910 (patch)
treefd202ee32333419df07d21745b4bb2db83534777 /configure.ac
parent55d1bc4fefe874b2fede0675deb1122f8d873383 (diff)
downloadrygel-fa26c199d632f4e70361776cc2393f3351629910.tar.gz
Revert "build: Fix linking of LMS against unistring"
This reverts commit b93914add9857fd0b4bc262cc5e9dd7609fbd387.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 8855d723..a5b5951a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,18 +164,6 @@ PKG_CHECK_MODULES([TEST_DEPS],
TEST_DEPS_VALAFLAGS="$RYGEL_COMMON_MODULES_VALAFLAGS --pkg gio-2.0 --pkg gssdp-1.0 --pkg libsoup-2.4 --pkg libxml-2.0 --pkg gmodule-2.0"
AC_SUBST([TEST_DEPS_VALAFLAGS])
-
-AC_CHECK_HEADER([unistr.h],
- AC_CHECK_LIB([unistring],
- [u8_strcoll],
- [have_unistring=yes],[have_unistring=no]))
-AS_IF([test "x$have_unistring" = "xyes"],
- [
- AC_DEFINE([HAVE_UNISTRING],[1],[Use libunistring for collation])
- UNISTRING_LIBS="-lunistring"
- AC_SUBST([UNISTRING_LIBS])
-])
-
########################################################
## Examples
########################################################