From 6a5718b1ee3a0f47f5bb7d0fe808c14452f51000 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 16 Aug 2004 23:49:58 +0000
Subject: [PATCH] Fix syntax error just introduced.

---
 config/acx_pthread.m4 | 1 -
 configure             | 1 -
 2 files changed, 2 deletions(-)

diff --git a/config/acx_pthread.m4 b/config/acx_pthread.m4
index 02af780e8ea..ba3f46395c8 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
                 ;;
 
                 *)
diff --git a/configure b/configure
index 82f16566d01..27d9894310a 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
                 ;;
 
                 *)
-- 
GitLab