Hook execvpe(), a GNU extension.

This commit is contained in:
Simon Ruderich
2013-06-10 17:10:44 +02:00
parent 55e8d0d38a
commit 237251ae9c
4 changed files with 53 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ AX_C___ATTRIBUTE__
AC_FUNC_FORK
AC_CHECK_FUNCS([memmove setenv],
[],[AC_MSG_ERROR([function is required])])
AC_CHECK_FUNCS([execvpe])
dnl Thanks to gperftools' configure.ac (https://code.google.com/p/gperftools).
AC_MSG_CHECKING([for __builtin_expect])