summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-07-16 14:24:21 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-07-16 14:24:21 +0000
commit0f277f3552cbf130d12b431f09b1d8a3975b5baf (patch)
tree601f70da9ae3a26cfa7987237acb98165c38a538 /configure.ac
parentc1854d914970fafd4baf7d8c9e6a9d27d68f7f0e (diff)
downloadxine-lib-0f277f3552cbf130d12b431f09b1d8a3975b5baf.tar.gz
xine-lib-0f277f3552cbf130d12b431f09b1d8a3975b5baf.tar.bz2
Add asprintf & vasprintf implementations for systems which don't have them.
CVS patchset: 8128 CVS date: 2006/07/16 14:24:21
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ff91be533..12aff6484 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1876,7 +1876,7 @@ AC_CHECK_FUNCS([_vsnprintf _snprintf _stricmp _strnicmp vsscanf sigaction sigset
AC_FUNC_FSEEKO
AC_DEFINE(_GNU_SOURCE)
AC_CHECK_HEADERS(assert.h byteswap.h malloc.h execinfo.h ucontext.h sys/mman.h sys/mixer.h libgen.h netdb.h dirent.h sys/times.h sys/ioctl.h sys/param.h)
-AC_REPLACE_FUNCS(basename gettimeofday setenv strndup strpbrk strsep strtok_r timegm unsetenv)
+AC_REPLACE_FUNCS(asprintf basename gettimeofday setenv strndup strpbrk strsep strtok_r timegm unsetenv)
AC_LIBSOURCE(hstrerror.c)
AC_LINK_IFELSE([#include <netdb.h>