configure.ac: Disable libsanitizer if we're not building C++.
* configure.ac: Disable libsanitizer if we're not building C++. * configure: Regenerate. From-SVN: r193842
This commit is contained in:
parent
e2b5ad1ea6
commit
647545a516
@ -1,3 +1,8 @@
|
||||
2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* configure.ac: Disable libsanitizer if we're not building C++.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-11-15 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
4
configure
vendored
4
configure
vendored
@ -6437,11 +6437,11 @@ case ,${enable_languages},:${enable_objc_gc} in
|
||||
;;
|
||||
esac
|
||||
|
||||
# Disable libitm if we're not building C++
|
||||
# Disable libitm and libsanitizer if we're not building C++
|
||||
case ,${enable_languages}, in
|
||||
*,c++,*) ;;
|
||||
*)
|
||||
noconfigdirs="$noconfigdirs target-libitm"
|
||||
noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -2008,11 +2008,11 @@ case ,${enable_languages},:${enable_objc_gc} in
|
||||
;;
|
||||
esac
|
||||
|
||||
# Disable libitm if we're not building C++
|
||||
# Disable libitm and libsanitizer if we're not building C++
|
||||
case ,${enable_languages}, in
|
||||
*,c++,*) ;;
|
||||
*)
|
||||
noconfigdirs="$noconfigdirs target-libitm"
|
||||
noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user