Skip to content

Commit

Permalink
Bug 728077 - [PATCH] Build fails when --with-libclang on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Apr 12, 2014
1 parent e1a0398 commit 837d633
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 @@ -555,7 +555,7 @@ fi
if test "$f_libclang" = YES; then
printf " Checking for libclang ... "
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
libclang_lib_name="libclang.so libclang.dylib libclang.a libclang.dll.a"
else
Expand Down

0 comments on commit 837d633

Please sign in to comment.