From dfd03ae23ee9d8afd2e67bdc9a4427d329e93e90 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Tue, 29 May 2012 16:41:17 -0700 Subject: Use g_alloca instead of fooling around with platforms ourselves Glib has been providing a g_alloca wrapper that handles all the platform specifics since at least glib-1.3. Use it. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fd87128..9f3d4ba 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,6 @@ dnl Check for headers AC_CHECK_HEADERS([dirent.h unistd.h sys/wait.h malloc.h]) dnl Check for library functions -AC_FUNC_ALLOCA AC_CHECK_FUNCS(setresuid setreuid,break) -- cgit v1.2.1