diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2015-03-20 08:05:07 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2015-03-20 20:55:04 +0100 |
commit | f5c74abc9fbbe8fc652a85801a87073d40a79b2d (patch) | |
tree | 264481f99211171f2e409029e07c47d264ae07aa /configure.ac | |
parent | 39c1c3584e6f730c4f78541e259c49fdea5cb428 (diff) |
Remove library urelibs. It was more just a temporary hack and is not used.
Change-Id: I7566dcf21aae6b800adb58d8c94e350bb0da720c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b42be82dc5cc..d9f0c70031c8 100644 --- a/configure.ac +++ b/configure.ac @@ -12657,7 +12657,6 @@ if test -n "$enable_mergelibs" -a "$enable_mergelibs" != "no"; then fi if test "$enable_mergelibs" = "all"; then MERGELIBS="ALL" - URELIBS="TRUE" AC_DEFINE(STATIC_LINKING) else MERGELIBS="CORE" @@ -12667,7 +12666,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 |