diff options
| author | Bruce Momjian <bruce@momjian.us> | 2004-08-16 23:49:58 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2004-08-16 23:49:58 +0000 |
| commit | 6a5718b1ee3a0f47f5bb7d0fe808c14452f51000 (patch) | |
| tree | 150374630e93619ceada0d7cad50911ca45e7c68 /config | |
| parent | 23b6ade8f0e6769c4102f3d9f2e2f297eced84b6 (diff) | |
| download | postgresql-6a5718b1ee3a0f47f5bb7d0fe808c14452f51000.tar.gz | |
Fix syntax error just introduced.
Diffstat (limited to 'config')
| -rw-r--r-- | config/acx_pthread.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/acx_pthread.m4 b/config/acx_pthread.m4 index 02af780e8e..ba3f46395c 100644 --- 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 ;; *) |
