Fix syntax error just introduced.

REL8_0_STABLE
Bruce Momjian 21 years ago
parent 23b6ade8f0
commit 6a5718b1ee
  1. 1
      config/acx_pthread.m4
  2. 1
      configure

@ -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

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

Loading…
Cancel
Save