Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
dee5c258
Commit
dee5c258
authored
Jan 10, 2020
by
Peter W. Draper
Browse files
Remove trailing comma -- bad syntax
parent
71ff3bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
dee5c258
...
...
@@ -1060,7 +1060,7 @@ AC_ARG_WITH([random-seed],
[with_random_seed="$withval"],
[with_random_seed="0"]
)
AC_DEFINE_UNQUOTED([SWIFT_RANDOM_SEED_XOR], [$with_random_seed],[Value of the random seed.])
,
AC_DEFINE_UNQUOTED([SWIFT_RANDOM_SEED_XOR], [$with_random_seed],[Value of the random seed.])
# Check for python.
have_python="no"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment