freesweep has a new version in development and it seems to be usable, let's update to it. I included a few patches to allow it to build with and without mlibc (which I'm working on in #371092).
13 lines
339 B
Diff
13 lines
339 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index ae08308..5262e56 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -32,7 +32,6 @@ AC_TYPE_SIZE_T
|
|
AC_TYPE_UID_T
|
|
|
|
# Checks for library functions.
|
|
-AC_FUNC_MALLOC
|
|
AC_CHECK_FUNCS([alarm getcwd memset mkdir setlocale strdup strncasecmp
|
|
fileno flock lockf getopt getopt_long])
|
|
|