Skip to content
Snippets Groups Projects
Commit 6a5718b1 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix syntax error just introduced.

parent 23b6ade8
Branches
Tags
No related merge requests found
...@@ -99,7 +99,6 @@ for flag in $acx_pthread_flags; do ...@@ -99,7 +99,6 @@ for flag in $acx_pthread_flags; do
if test x"$acx_pthread_config" = xno; then continue; fi if test x"$acx_pthread_config" = xno; then continue; fi
tryPTHREAD_CFLAGS="`pthread-config --cflags`" tryPTHREAD_CFLAGS="`pthread-config --cflags`"
tryPTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" tryPTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
fi
;; ;;
*) *)
......
...@@ -13258,7 +13258,6 @@ fi ...@@ -13258,7 +13258,6 @@ fi
if test x"$acx_pthread_config" = xno; then continue; fi if test x"$acx_pthread_config" = xno; then continue; fi
tryPTHREAD_CFLAGS="`pthread-config --cflags`" tryPTHREAD_CFLAGS="`pthread-config --cflags`"
tryPTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" tryPTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
fi
;; ;;
   
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment