From 69f1e2f5771de46c4237ba235225eccd772db036 Mon Sep 17 00:00:00 2001 From: jakub Date: Tue, 27 Nov 2012 10:52:54 +0000 Subject: * configure.ac: Disable libsanitizer if we're not building C++. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193842 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d72d4f93f9c..16bbaa82bed 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.1