opnsense-ports/sysutils/accountsservice/files/patch-configure
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

21 lines
373 B
Text

--- 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
+
+