Kaydet (Commit) 97606f3a authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

configure: fix missing "" around potentially empty variable

Change-Id: Ieeb9f829c754b7bcc2f5fbe82a360e5625539803
üst 743e5100
......@@ -12108,7 +12108,7 @@ fi
# ===================================================================
AC_MSG_CHECKING([whether to create huge library])
MERGELIBS=
if test $enable_mergelibs = yes; then
if test "$enable_mergelibs" = "yes" ; then
if test $WITH_BINFILTER = YES; then
add_warning "--enable-mergelibs conflicts with --enable-binfilter. Disabling mergelibs."
AC_MSG_RESULT([no])
......
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