summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-16 23:49:58 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-16 23:49:58 +0000
commit6a5718b1ee3a0f47f5bb7d0fe808c14452f51000 (patch)
tree150374630e93619ceada0d7cad50911ca45e7c68 /configure
parent23b6ade8f0e6769c4102f3d9f2e2f297eced84b6 (diff)
downloadpostgresql-6a5718b1ee3a0f47f5bb7d0fe808c14452f51000.tar.gz
Fix syntax error just introduced.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 82f16566d0..27d9894310 100755
--- 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
;;
*)