Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/juur/tmpfilesd
Browse files Browse the repository at this point in the history
  • Loading branch information
juur committed Nov 11, 2023
2 parents 3950a8e + ee36cd6 commit d930a59
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 @@ -161,7 +161,7 @@ else
fi

printf "Checking %s can produce executables ... " "$(basename "${CC}")"
printf '#include <stdlib.h>\nmain() {exit(0);}' | \
printf '#include <stdlib.h>\nint main(void) {exit(0);}' | \
if ${CC} -xc -o /dev/null - 2>>config.log; then
echo "Ok"
else
Expand Down

0 comments on commit d930a59

Please sign in to comment.