summaryrefslogtreecommitdiff
path: root/modules/fnmatch-gnu
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-08-11 02:23:48 +0200
committerBruno Haible <bruno@clisp.org>2018-08-11 02:23:48 +0200
commit69ac3f3e2d0f2e6c6d2f7a97a780325485aaef0e (patch)
treeb8af57d40fbaa3bd48ff7c65888f15bd9ca14a15 /modules/fnmatch-gnu
parent1261513a29aa6e6573f0cd922f04bdc47351032e (diff)
downloadgnulib-69ac3f3e2d0f2e6c6d2f7a97a780325485aaef0e.tar.gz
fnmatch: Fix compilation error in C++ namespace mode on Mac OS X.
* modules/fnmatch-gnu (configure.ac): Invoke gl_MODULE_INDICATOR. * lib/fnmatch.in.h (fnmatch): Skip _GL_CXXALIASWARN if module 'fnmatch-gnu' is in use.
Diffstat (limited to 'modules/fnmatch-gnu')
-rw-r--r--modules/fnmatch-gnu1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/fnmatch-gnu b/modules/fnmatch-gnu
index 54726278fa..86b522547e 100644
--- a/modules/fnmatch-gnu
+++ b/modules/fnmatch-gnu
@@ -12,6 +12,7 @@ if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
AC_LIBOBJ([fnmatch])
gl_PREREQ_FNMATCH
fi
+gl_MODULE_INDICATOR([fnmatch-gnu])
Makefile.am: