nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

at python-updates 15 lines 433 B view raw
1diff --git a/configure.ac b/configure.ac 2index ef07d70..2da26aa 100644 3--- a/configure.ac 4+++ b/configure.ac 5@@ -27,9 +27,9 @@ if test "$have_fuse_opt_parse" = no; then 6 fi 7 AM_CONDITIONAL(FUSE_OPT_COMPAT, test "$have_fuse_opt_parse" = no) 8 9 10-AC_CHECK_FUNCS([setxattr fdatasync getline fgetln]) 11+AC_CHECK_FUNCS([setxattr getline fgetln]) 12 13 AC_CONFIG_FILES([Makefile 14 src/Makefile 15 compat/Makefile])