d/rules: Correct argument used to disable gjs on s390x
This commit is contained in:
parent
0c9d74cdf5
commit
7415533195
|
|
@ -28,7 +28,7 @@ configure_options = \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifneq ($(filter alpha hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
|
ifneq ($(filter alpha hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
|
||||||
configure_options += GJS=/nonexistent/gjs
|
configure_options += ac_cv_path_GJS=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter libostree-doc,$(binaries)),)
|
ifneq ($(filter libostree-doc,$(binaries)),)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue