projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b6ade
)
Fix syntax error just introduced.
author
Bruce Momjian
Mon, 16 Aug 2004 23:49:58 +0000
(23:49 +0000)
committer
Bruce Momjian
Mon, 16 Aug 2004 23:49:58 +0000
(23:49 +0000)
config/acx_pthread.m4
patch
|
blob
|
blame
|
history
configure
patch
|
blob
|
blame
|
history
diff --git
a/config/acx_pthread.m4
b/config/acx_pthread.m4
index 02af780e8eae633869699de9baf67468fa6e115a..ba3f46395c851ed867b1ced93ad7772cc0ff06f6 100644
(file)
--- a/
config/acx_pthread.m4
+++ b/
config/acx_pthread.m4
@@
-99,7
+99,6
@@
for flag in $acx_pthread_flags; do
if test x"$acx_pthread_config" = xno; then continue; fi
tryPTHREAD_CFLAGS="`pthread-config --cflags`"
tryPTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
- fi
;;
*)
diff --git
a/configure
b/configure
index 82f16566d01019fdc8b0e65816aba2254bbdd479..27d9894310ab9c4943e5ea639de298686c90fff5 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-13258,7
+13258,6
@@
fi
if test x"$acx_pthread_config" = xno; then continue; fi
tryPTHREAD_CFLAGS="`pthread-config --cflags`"
tryPTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
- fi
;;
*)