mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix "make install" without JSON support
Don't bail out during "make install" when ./configure was called without "--enable-json".
This commit is contained in:
parent
25e5253f33
commit
f95f22aea0
@ -161,7 +161,7 @@ install: all
|
|||||||
# Binary system libraries
|
# Binary system libraries
|
||||||
$(INSTALL) -d $(SODIR)
|
$(INSTALL) -d $(SODIR)
|
||||||
$(INSTALL) -m 644 $(DLLs) $(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
|
# Translated strings
|
||||||
$(INSTALL) -d $(MSGSDIR)
|
$(INSTALL) -d $(MSGSDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user