unbreak make install
step
This commit is contained in:
parent
51b8606861
commit
9dbcf179b6
|
@ -108,7 +108,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
|
||||||
if test "${enable_sharezo}" = "yes" ; then
|
if test "${enable_sharezo}" = "yes" ; then
|
||||||
INSTALL_LIBZO=no
|
INSTALL_LIBZO=no
|
||||||
else
|
else
|
||||||
INSTALL_LIBZO=yes
|
INSTALL_LIBZO=libzo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
2
racket/src/bc/configure
vendored
2
racket/src/bc/configure
vendored
|
@ -3154,7 +3154,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
|
||||||
if test "${enable_sharezo}" = "yes" ; then
|
if test "${enable_sharezo}" = "yes" ; then
|
||||||
INSTALL_LIBZO=no
|
INSTALL_LIBZO=no
|
||||||
else
|
else
|
||||||
INSTALL_LIBZO=yes
|
INSTALL_LIBZO=libzo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
|
@ -2204,7 +2204,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
|
||||||
if test "${enable_sharezo}" = "yes" ; then
|
if test "${enable_sharezo}" = "yes" ; then
|
||||||
INSTALL_LIBZO=no
|
INSTALL_LIBZO=no
|
||||||
else
|
else
|
||||||
INSTALL_LIBZO=yes
|
INSTALL_LIBZO=libzo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
|
@ -2167,7 +2167,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
|
||||||
if test "${enable_sharezo}" = "yes" ; then
|
if test "${enable_sharezo}" = "yes" ; then
|
||||||
INSTALL_LIBZO=no
|
INSTALL_LIBZO=no
|
||||||
else
|
else
|
||||||
INSTALL_LIBZO=yes
|
INSTALL_LIBZO=libzo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
2
racket/src/cs/c/configure
vendored
2
racket/src/cs/c/configure
vendored
|
@ -3119,7 +3119,7 @@ GUI_CONFIG_PATH="${CONFIG_PATH}"
|
||||||
if test "${enable_sharezo}" = "yes" ; then
|
if test "${enable_sharezo}" = "yes" ; then
|
||||||
INSTALL_LIBZO=no
|
INSTALL_LIBZO=no
|
||||||
else
|
else
|
||||||
INSTALL_LIBZO=yes
|
INSTALL_LIBZO=libzo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
Loading…
Reference in New Issue
Block a user