Skip to content

Commit 6a5718b

Browse files
committed
Fix syntax error just introduced.
1 parent 23b6ade commit 6a5718b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config/acx_pthread.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ for flag in $acx_pthread_flags; do
9999
if test x"$acx_pthread_config" = xno; then continue; fi
100100
tryPTHREAD_CFLAGS="`pthread-config --cflags`"
101101
tryPTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
102-
fi
103102
;;
104103
105104
*)

configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13258,7 +13258,6 @@ fi
1325813258
if test x"$acx_pthread_config" = xno; then continue; fi
1325913259
tryPTHREAD_CFLAGS="`pthread-config --cflags`"
1326013260
tryPTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
13261-
fi
1326213261
;;
1326313262

1326413263
*)

0 commit comments

Comments
 (0)