summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-04-16 11:47:34 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-04-16 11:50:25 +0200
commit75ece7acdc81d17ce26bab966e57fbca7406bf52 (patch)
tree49c858afa1cba594421ab923278f2a508f7283c1 /configure.ac
parentfdb6b39d682372ece754afee2d574ab31552f36b (diff)
do not merge public ure libraries
No more need for URELIBS, depend only on MERGELIBS. Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 64e574e72c02..e34e9652c469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11723,7 +11723,6 @@ if test -n "$enable_mergelibs" -a "$enable_mergelibs" != "no"; then
fi
if test "$enable_mergelibs" = "all"; then
MERGELIBS="ALL"
- URELIBS="TRUE"
else
MERGELIBS="CORE"
fi
@@ -11732,7 +11731,6 @@ else
AC_MSG_RESULT([no])
fi
AC_SUBST([MERGELIBS])
-AC_SUBST([URELIBS])
# ===================================================================
# Create hardlinks on deliver instead of copying for smaller size and speed up