* configure.ac: Disable libsanitizer if we're not building C++.
* configure: Regenerate.
From-SVN: r193842
+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.
;;
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
;;
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