summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-12-10 13:36:29 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-12-10 13:36:29 +0000
commit66f89c335967360f6f1dda35f6c2a96ac81c291a (patch)
tree01f3c1d5bc5f6eb877ef19452e2da07f51ecf96a /m4
parentdcf4232db2afc0b9479d8523fba3935645cc6dad (diff)
downloadpcre-66f89c335967360f6f1dda35f6c2a96ac81c291a.tar.gz
Ensure boolean macros are #undeffed in pcre.h.generic.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1235 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'm4')
-rw-r--r--m4/pcre_visibility.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/pcre_visibility.m4 b/m4/pcre_visibility.m4
index 31f5deb..30aff87 100644
--- a/m4/pcre_visibility.m4
+++ b/m4/pcre_visibility.m4
@@ -85,5 +85,5 @@ AC_DEFUN([PCRE_VISIBILITY],
AC_SUBST([VISIBILITY_CXXFLAGS])
AC_SUBST([HAVE_VISIBILITY])
AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY],
- [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.])
+ [Define to 1 if the compiler supports simple visibility declarations.])
])