From f95f22aea08911a1301498739a6b52793592282d Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Thu, 6 Nov 2014 17:11:15 +0100 Subject: [PATCH] Fix "make install" without JSON support Don't bail out during "make install" when ./configure was called without "--enable-json". --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)