Fix syntax error just introduced.

This commit is contained in:
Bruce Momjian 2004-08-16 23:49:58 +00:00
parent 23b6ade8f0
commit 6a5718b1ee
2 changed files with 0 additions and 2 deletions

View 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
;;
*)

1
configure vendored
View File

@ -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
;;
*)