unbreak make install step

This commit is contained in:
Matthew Flatt 2021-02-21 08:16:27 -07:00
parent 51b8606861
commit 9dbcf179b6
5 changed files with 5 additions and 5 deletions

View File

@ -108,7 +108,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
if test "${enable_sharezo}" = "yes" ; then
INSTALL_LIBZO=no
else
INSTALL_LIBZO=yes
INSTALL_LIBZO=libzo
fi
########################################

View File

@ -3154,7 +3154,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
if test "${enable_sharezo}" = "yes" ; then
INSTALL_LIBZO=no
else
INSTALL_LIBZO=yes
INSTALL_LIBZO=libzo
fi
########################################

View File

@ -2204,7 +2204,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
if test "${enable_sharezo}" = "yes" ; then
INSTALL_LIBZO=no
else
INSTALL_LIBZO=yes
INSTALL_LIBZO=libzo
fi
########################################

View File

@ -2167,7 +2167,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
if test "${enable_sharezo}" = "yes" ; then
INSTALL_LIBZO=no
else
INSTALL_LIBZO=yes
INSTALL_LIBZO=libzo
fi
########################################

View File

@ -3119,7 +3119,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
if test "${enable_sharezo}" = "yes" ; then
INSTALL_LIBZO=no
else
INSTALL_LIBZO=yes
INSTALL_LIBZO=libzo
fi
########################################