blob: bee942fa9acc817736350c99dd452d82270c1d76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -bur NRCit~orig/configure.in NRCit/configure.in
--- NRCit~orig/configure.in 2005-08-08 18:07:00.000000000 -0500
+++ NRCit/configure.in 2006-02-12 21:28:53.000000000 -0600
@@ -37,7 +37,7 @@
esac
case " $CXXFLAGS " in
*[\ \ ]-Wall[\ \ ]*) ;;
- *) CXXFLAGS="$CXXFLAGS -Wall -Werror" ;;
+ *) CXXFLAGS="$CXXFLAGS -Wall -Werror -fno-threadsafe-statics" ;;
esac
fi
changequote([,])dnl
|