Skip to content

Commit

Permalink
Fix the sense of STATIC_LIB in config summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kelsey committed Mar 19, 2024
1 parent 53d8e34 commit 92cb36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ generate_stdout()
echo " LDNAME_VERSION = $LDNAME_VERSION"
echo " LDNAME_MAJOR = $LDNAME_MAJOR"
echo " LDFLAGS = $LDFLAGS"
echo " STATIC_LIB = $DISABLE_STATIC"
echo " STATIC_LIB = `expr $DISABLE_STATIC = 0`"
echo " GZIP = $GZIP"
echo " CORES = $CORES"
echo " POINTER_PACK = $POINTER_PACK_ENABLE"
Expand Down

0 comments on commit 92cb36c

Please sign in to comment.