summaryrefslogtreecommitdiff
blob: 578baac487c6529214a342745afa6f293fff28b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://bugs.gentoo.org/732098

--- pam_skey-1.1.5/autoconf/configure.in
+++ pam_skey/autoconf/configure.in
@@ -61,7 +61,7 @@
 hold_ldflags=$LDFLAGS
 AC_MSG_CHECKING(for the ld -shared flag)
 LDFLAGS="${LDFLAGS} -shared"
-AC_TRY_LINK([#include <stdio.h>], [void blahblah(){fprintf(stderr, "");}],
+AC_TRY_LINK([#include <stdio.h>], [fprintf(stderr, "");],
 found=yes, found=no)
 LDFLAGS=$hold_ldflags
 AC_MSG_RESULT($found)