PR bootstrap/51072
* configure.ac: Fix regexp for same.
* configure: Rebuild.
From-SVN: r182900
* configure.ac: Disable libitm if c++ is not enabled.
* configure: Rebuild.
+ * configure.ac: Fix regexp for same.
+ * configure: Rebuild.
+
2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
* MAINTAINERS (Write After Approval): Add myself.
# Disable libitm if we're not building C++
case ,${enable_languages}, in
- *,c++) ;;
+ *,c++,*) ;;
*)
noconfigdirs="$noconfigdirs target-libitm"
;;
# Disable libitm if we're not building C++
case ,${enable_languages}, in
- *,c++) ;;
+ *,c++,*) ;;
*)
noconfigdirs="$noconfigdirs target-libitm"
;;