Kaydet (Commit) ac8461c6 authored tarafından Miklos Vajna's avatar Miklos Vajna

configure: fix typo that enabled mergelibs by default

The commit message of 0e5f2ea0? didn't
mention this, so I guess flipping over the default was just an accident.

Change-Id: I9078cc56a6064e3498b012848b860c7b414b37e6
üst ef68c2b9
...@@ -11640,7 +11640,7 @@ if test $_os = iOS -o $_os = Android; then ...@@ -11640,7 +11640,7 @@ if test $_os = iOS -o $_os = Android; then
enable_mergelibs=no enable_mergelibs=no
fi fi
if test "$enable_mergelibs" != "no"; then if test -n "$enable_mergelibs" -a "$enable_mergelibs" != "no"; then
if test $_os != Linux -a $_os != WINNT; then if test $_os != Linux -a $_os != WINNT; then
add_warning "--enable-mergelibs is not tested for this platform" add_warning "--enable-mergelibs is not tested for this platform"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment