summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-05-29 16:41:17 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-05-29 16:41:17 -0700
commitdfd03ae23ee9d8afd2e67bdc9a4427d329e93e90 (patch)
treed5d7181bc87292701bccbe0a4cc8e32ea8304e56 /configure.ac
parent5c219ca67d6e895d423863d996494ac8aed40d8a (diff)
downloadpkg-config-dfd03ae23ee9d8afd2e67bdc9a4427d329e93e90.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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)