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.
1 parent 80a95e3 commit 2951488Copy full SHA for 2951488
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