Skip to content

Commit fa99111

Browse files
carlonlucaxOneca
andauthored
Updated config/configure.in.
Co-authored-by: xOneca <xoneca@gmail.com>
1 parent 1e411fd commit fa99111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ if test $? -ne 0; then
571571
CURL=no
572572
fi
573573
CURL_LIB=$(ocamlfind query -a-format -predicates native curl 2> /dev/null)
574-
if [ $? -ne 0 ]; then
574+
if test $? -ne 0; then
575575
CURL=no
576576
fi
577577
CURL_CLIB=$(ocamlfind query -l-format -predicates native curl 2> /dev/null)

0 commit comments

Comments
 (0)