projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f2af64
)
Fix the missing syslog in configure file.
author
Bo Peng
<pengbo@sraoss.co.jp>
Fri, 15 Nov 2019 07:39:50 +0000
(16:39 +0900)
committer
Bo Peng
<pengbo@sraoss.co.jp>
Fri, 15 Nov 2019 07:43:40 +0000
(16:43 +0900)
per bug557.
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/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
v
syslog
+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"