blob: 24ad7a9cf426c9380353b8fb959825f66a0ef107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
workaround problems with autoconf-2.63
http://lists.gnu.org/archive/html/autoconf/2009-04/msg00007.html
--- a/configure.ac
+++ b/configure.ac
@@ -3603,7 +3603,7 @@
#include <shadow.h>
struct spwd sp;
],[ sp.sp_expire = sp.sp_lstchg = sp.sp_inact = 0; ],
- [ sp_expire_available=yes ], []
+ [ sp_expire_available=yes ], [:]
)
if test "x$sp_expire_available" = "xyes" ; then
|