blob: 8b1e0195115833ddea29b5104b0b70bb368c031d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Fri Jun 11 20:37:06 2004
+++ configure Wed Jun 16 13:43:31 2004
@@ -1647,7 +1647,7 @@
COMPILE='$(CC) $(CFLAGS) $(CC_O)$*$O -c $<'
# Assume GCC.
- CFLAGS="$CFLAGS -pthread -Wall -fvolatile"
+ CFLAGS="$CFLAGS -Wall -fvolatile"
elif test "$OS" = 'SunOS'; then
# This used to be -I{}, but I've seen two different SunOS 5.8
# systems in two different parts of the world with man pages
|