configure.ac check required function strftime

pull/323/head
German Service Network 5 months ago committed by Erik Auerswald
parent b39f5a5cef
commit 118cdc5cc6

@ -100,6 +100,9 @@ if test $ac_cv_func_sigaction = yes; then
AC_DEFINE([USE_SIGACTION],[1],[Define if sigaction is available.]) AC_DEFINE([USE_SIGACTION],[1],[Define if sigaction is available.])
fi fi
AC_CHECK_FUNCS([strftime], [],
[AC_MSG_ERROR([strftime function is required but not found])])
AH_TOP([ AH_TOP([
#ifndef CONFIG_H #ifndef CONFIG_H
#define CONFIG_H #define CONFIG_H

Loading…
Cancel
Save