From: Holger Weiss Date: Thu, 6 Nov 2014 16:11:15 +0000 (+0100) Subject: Fix "make install" without JSON support X-Git-Tag: 14.12~20^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f95f22aea08911a1301498739a6b52793592282d;p=ejabberd Fix "make install" without JSON support Don't bail out during "make install" when ./configure was called without "--enable-json". --- diff --git a/Makefile.in b/Makefile.in index 6f48bc0d7..575b0bdc7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -161,7 +161,7 @@ install: all # Binary system libraries $(INSTALL) -d $(SODIR) $(INSTALL) -m 644 $(DLLs) $(SODIR) - [ -f $(SODIR)/jiffy.so ] && (cd $(PRIVDIR); ln -s lib/jiffy.so; true) + -[ -f $(SODIR)/jiffy.so ] && (cd $(PRIVDIR); ln -s lib/jiffy.so; true) # # Translated strings $(INSTALL) -d $(MSGSDIR)