1 --- libotr-4.0.0/configure.ac.~1~ 2014-01-30 10:47:45.809859567 +0400
2 +++ libotr-4.0.0/configure.ac 2014-01-30 10:48:02.421107802 +0400
4 if test x$have_clang = xyes; then
5 OTR_CHECK_CFLAGS(-Qunused-arguments)
7 - OTR_CHECK_CFLAGS(-fstack-protector-all)
8 - OTR_CHECK_CFLAGS(-Wstack-protector)
9 OTR_CHECK_CFLAGS(-fwrapv)
11 dnl Ian added the next four: