Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6a5718b

Browse files
committed
Fix syntax error just introduced.
1 parent23b6ade commit6a5718b

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)

[8]ページ先頭

©2009-2025 Movatter.jp