Skip to content

Commit

Permalink
adding back comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dong Jun Woun committed Nov 13, 2024
1 parent 88e4f06 commit 31038ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/configure
Original file line number Diff line number Diff line change
Expand Up @@ -6827,6 +6827,7 @@ else
with_sysdetect=yes
fi
# Enable sysdetect unless the user has explicitly told us not to.
if test "$with_sysdetect" = "yes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
Expand Down
1 change: 1 addition & 0 deletions src/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,7 @@ AC_ARG_WITH(sysdetect,
[Build the sysdetect component (default: yes)])],
[],
[with_sysdetect=yes])
# Enable sysdetect unless the user has explicitly told us not to.
if test "$with_sysdetect" = "yes"; then
AC_MSG_RESULT(yes)
else
Expand Down

0 comments on commit 31038ec

Please sign in to comment.