Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
281a16d1
Commit
281a16d1
authored
Dec 13, 2023
by
Andrea Corallo
Browse files
* configure.ac: Fix '--without-all' if libgccjit installed (bug#67799)
parent
75fd7550
Pipeline
#27482
failed with stages
in 73 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
configure.ac
configure.ac
+5
-0
No files found.
configure.ac
View file @
281a16d1
...
...
@@ -5149,6 +5149,11 @@ source on this site:
with_native_compilation=no])
if test "$with_features" = "no" \
&& test "${with_native_compilation}" = "default"; then
with_native_compilation=no
fi
if test "${with_native_compilation}" = "default"; then
# Check if libgccjit is available.
AC_CHECK_LIB([gccjit], [gcc_jit_context_acquire],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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