We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccdc26f + 2951488 commit 9fba8dfCopy full SHA for 9fba8df
configure
@@ -856,7 +856,7 @@ probe_need CFG_CMAKE cmake
856
if [ -n "$CFG_ANTLR4" ]
857
then
858
CFG_ANTLR4_JAR="\"$(find /usr/ -name antlr-complete.jar 2>/dev/null | head -n 1)\""
859
- if [ "x" -eq "x$CFG_ANTLR4_JAR" ]
+ if [ "x" = "x$CFG_ANTLR4_JAR" ]
860
861
CFG_ANTLR4_JAR="\"$(find ~ -name antlr-complete.jar 2>/dev/null | head -n 1)\""
862
fi
0 commit comments