OSDN Git Service

Fix syntax error just introduced.
authorBruce Momjian <bruce@momjian.us>
Mon, 16 Aug 2004 23:49:58 +0000 (23:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 16 Aug 2004 23:49:58 +0000 (23:49 +0000)
config/acx_pthread.m4
configure

index 02af780..ba3f463 100644 (file)
@@ -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
                 ;;
 
                 *)
index 82f1656..27d9894 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
                 ;;
 
                 *)