Skip to content

Commit 4a4b01f

Browse files
Remove an arbitrary period for configure consistency.
1 parent b42b8e5 commit 4a4b01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ check("git*",
180180
fn = check_git)
181181

182182
check("ninja*",
183-
required = "ninja: missing or not in PATH.",
183+
required = "ninja: missing or not in PATH",
184184
fn = lambda: check_program("NINJA"))
185185

186186
check(desc = "-fstack-protector-strong",

0 commit comments

Comments
 (0)