diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-04-30 14:38:09 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-04-30 14:38:09 +0300 |
commit | a306a04a895a1632ad80753c61e57864f0019441 (patch) | |
tree | 784e879630034a7c42095106ecf0eb4c06f7786b /configure.ac | |
parent | c089a45bf6100b9df9cf0452759c7c46ea3bbc5b (diff) | |
download | librpm-tizen-a306a04a895a1632ad80753c61e57864f0019441.tar.gz librpm-tizen-a306a04a895a1632ad80753c61e57864f0019441.tar.bz2 librpm-tizen-a306a04a895a1632ad80753c61e57864f0019441.zip |
RIP alloca()
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1bf0bbf26..3c7714dd7 100644 --- a/configure.ac +++ b/configure.ac @@ -682,7 +682,6 @@ AC_TYPE_PID_T AC_TYPE_SIZE_T dnl Checks for library functions. -AC_FUNC_ALLOCA AC_FUNC_VPRINTF dnl XXX don't want to re-enable code that's been unused for years at this dnl point, but should offer good performance improvements, check after |