summaryrefslogtreecommitdiff
blob: 84ea528ba8a4c17b2b364da91b7ff0857fda6a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -172,7 +172,7 @@ if test "x$want_threads" = "xyes"; then
 fi
 
 # Add back -Werror if it was there before
-CFLAGS="$CFLAGS""$CFLAGS_werror"
+CFLAGS="$CFLAGS"
 
 # Optional threads support
 THREADS_ENABLER='#include "lo/lo_serverthread.h"'