Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 494450 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- configure.ac
0
++ configure.ac
Lines 74-79 Link Here
74
AC_HELP_STRING([--enable-passthru], [allow passthru mode]),
74
AC_HELP_STRING([--enable-passthru], [allow passthru mode]),
75
set_passthru="$enableval",)
75
set_passthru="$enableval",)
76
76
77
dnl pthread underlinking issue #494450
78
AC_SEARCH_LIBS([pthread_create], [pthread], [], [
79
	AC_MSG_ERROR([unable to find the pthread_create() function])
80
])
81
77
if test "${set_passthru}" = "yes" ; then
82
if test "${set_passthru}" = "yes" ; then
78
PKG_CHECK_MODULES(PCSC,libpcsclite)
83
PKG_CHECK_MODULES(PCSC,libpcsclite)
79
AC_SUBST(PCSC_CFLAGS)
84
AC_SUBST(PCSC_CFLAGS)

Return to bug 494450