summaryrefslogtreecommitdiff
path: root/sysutils/accountsservice/files/patch-configure
blob: cbf3790afc2b53ad7dafe22078c04fbea3062e35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- configure.orig	2014-03-15 15:02:28.000000000 +0100
+++ configure	2014-03-15 15:03:01.000000000 +0100
@@ -14527,6 +14527,18 @@
 done
 
 
+for ac_func in fgetpwent
+do :
+  ac_fn_c_check_func "$LINENO" "fgetpwent" "ac_cv_func_fgetpwent"
+if test "x$ac_cv_func_fgetpwent" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_FGETPWENT 1
+_ACEOF
+
+fi
+done
+
+