blob: f7fa0105b78d3c0e735b46298b21ab44ff7f260b (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/ext/recode/config9.m4
+++ b/ext/recode/config9.m4
@@ -13,6 +13,6 @@
fi
if test -n "$recode_conflict"; then
- AC_MSG_ERROR([recode extension can not be configured together with:$recode_conflict])
+ AC_MSG_WARN([recode extension can not be configured together with:$recode_conflict])
fi
fi
|