Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAndris Mednis <Andris.Mednis@zabbix.com>2017-05-08 18:41:16 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2017-05-08 18:41:16 +0300
commitde1eaf58aa6403970981c832c1f2a0f9fc17e9ec (patch)
treea1231ab366ad439e401735fc8009a3a46475dd3c /m4
parenta97a5d314f2a3e29f66e83ed83df85a9f661e93b (diff)
........S. [DEV-557] fixed comments
Diffstat (limited to 'm4')
-rw-r--r--m4/pcre.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/pcre.m4 b/m4/pcre.m4
index a54b1026024..e586fb4cc15 100644
--- a/m4/pcre.m4
+++ b/m4/pcre.m4
@@ -1,11 +1,9 @@
# LIBPCRE_CHECK_CONFIG ([DEFAULT-ACTION])
# ----------------------------------------------------------
#
-# Checks for pcre. DEFAULT-ACTION is the string yes or no to
-# specify whether to default to --with-ldap or --without-ldap.
-# If not supplied, DEFAULT-ACTION is yes.
+# Checks for pcre.
#
-# This macro #defines HAVE_PCREPOSIX_H if a required header files is
+# This macro #defines HAVE_PCREPOSIX_H if required header files are
# found, and sets @LIBPCRE_LDFLAGS@ and @LIBPCRE_CFLAGS@ to the necessary
# values.
#