Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
837d6331
Commit
837d6331
authored
Apr 12, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 728077 - [PATCH] Build fails when --with-libclang on Fedora
parent
e1a03988
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure
configure
+1
-1
No files found.
configure
View file @
837d6331
...
@@ -555,7 +555,7 @@ fi
...
@@ -555,7 +555,7 @@ fi
if
test
"
$f_libclang
"
=
YES
;
then
if
test
"
$f_libclang
"
=
YES
;
then
printf
" Checking for libclang ... "
printf
" Checking for libclang ... "
libclang_hdr_dir
=
"/usr/include /usr/local/include /opt/local/include"
libclang_hdr_dir
=
"/usr/include /usr/local/include /opt/local/include"
libclang_lib_dir
=
"/usr/lib /usr/local/lib /opt/local/lib"
libclang_lib_dir
=
"/usr/lib /usr/local/lib /opt/local/lib
/usr/lib64/llvm /usr/lib/llvm
"
if
test
"
$f_libclangstatic
"
=
NO
;
then
if
test
"
$f_libclangstatic
"
=
NO
;
then
libclang_lib_name
=
"libclang.so libclang.dylib libclang.a libclang.dll.a"
libclang_lib_name
=
"libclang.so libclang.dylib libclang.a libclang.dll.a"
else
else
...
...
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