Fix the missing syslog in configure file.
authorBo Peng <pengbo@sraoss.co.jp>
Fri, 15 Nov 2019 07:39:50 +0000 (16:39 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Fri, 15 Nov 2019 07:43:40 +0000 (16:43 +0900)
per bug557.

configure

index 395d8bc36535dd3fbb9f914b4839a33789c7c183..f7af42791f9b029ae9bd19b5e309a1eaf81dd2da 100755 (executable)
--- a/configure
+++ b/configure
@@ -14594,7 +14594,7 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
-for ac_func in setsid select socket sigprocmask strdup strerror strftime strtok asprintf vasprintf gai_strerror hstrerror pstat setproctitle vsyslog
+for ac_func in setsid select socket sigprocmask strdup strerror strftime strtok asprintf vasprintf gai_strerror hstrerror pstat setproctitle syslog
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"