summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 10:45:23 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 10:45:23 +0200
commit0edc291e50f9b6023a3e8e560d590e1dd2149a7f (patch)
tree725caa5983e6688bd67ac074df7f66cae782c174 /configure.ac
parent423a86361bb2aa558da659a939472477266493ee (diff)
downloadrpm-0edc291e50f9b6023a3e8e560d590e1dd2149a7f.tar.gz
rpm-0edc291e50f9b6023a3e8e560d590e1dd2149a7f.tar.bz2
rpm-0edc291e50f9b6023a3e8e560d590e1dd2149a7f.zip
Sanitize signature checking formatResult() a bit
- whole lotta unnecessary wankery here (what have I been thinking) - avoid using the non-standard strndup(), we checked for it in configure but didn't provide an alternative so checking was just bogus
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 85a362126..71de8ec7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -504,7 +504,6 @@ AC_FUNC_VPRINTF
AC_FUNC_MMAP
AC_CHECK_FUNCS(mtrace)
-AC_CHECK_FUNCS(strndup)
AC_CHECK_FUNCS(putenv)
AC_CHECK_FUNCS(ftok)