fix configure.ac typo
--HG-- branch : WINDOWSPORT
This commit is contained in:
parent
649a893d1b
commit
6054085569
@ -409,7 +409,7 @@ AC_ARG_ENABLE(recollq,
|
||||
option enables forcing it.]),
|
||||
enableRECOLLQ=$enableval, enableRECOLLQ="no")
|
||||
|
||||
if text X"$enableRECOLLQ" != X ; then
|
||||
if test X"$enableRECOLLQ" != X ; then
|
||||
AM_CONDITIONAL(MAKECMDLINE, [test X$enableRECOLLQ = Xyes])
|
||||
else
|
||||
AM_CONDITIONAL(MAKECMDLINE, [test X$enableQT = Xno])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user