Commit 6a5718b1 authored by Bruce Momjian's avatar Bruce Momjian

Fix syntax error just introduced.

parent 23b6ade8
......@@ -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
;;
*)
......
......@@ -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
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment