summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-03 16:55:52 +0200
committerBruno Haible <bruno@clisp.org>2009-05-03 16:56:09 +0200
commit74deaa1963cb892a8b506f170ca94058756e4a5f (patch)
tree94604c929eba912513864381cd7a1137e6f3fcc1 /lib
parent74f0ce6f023f65b2073895dcda09af5388b194b1 (diff)
downloadlibunistring-74deaa1963cb892a8b506f170ca94058756e4a5f.tar.gz
New configure option --disable-namespacing.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 199be73..9081bc1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -202,7 +202,7 @@ config.h: $(BUILT_SOURCES) libunistring.sym
echo; \
echo '#endif /* UNISTRING_CONFIG_H */'; \
} > config.h && \
- if test -n "$(HAVE_GLOBAL_SYMBOL_PIPE)"; then \
+ if test -n "$(NAMESPACING)" && test -n "$(HAVE_GLOBAL_SYMBOL_PIPE)"; then \
{ \
for f in $(libunistring_la_SOURCES) $(libunistring_la_LIBADD); do \
case $$f in \