diff options
author | Wu Xiaotian <[email protected]> | 2019-02-06 13:09:16 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-06 10:07:09 +0100 |
commit | 91f1dc66b6f56e57734d3048501a6c4679331290 (patch) | |
tree | a282106ac4891b9c1705b04ee544ca56f2629f90 /Makefile.am | |
parent | 2fde826ae189a535bfe00c15ca3ba7c51daaa08b (diff) | |
download | caja-91f1dc66b6f56e57734d3048501a6c4679331290.tar.bz2 caja-91f1dc66b6f56e57734d3048501a6c4679331290.tar.xz |
Add --disable-self-check for configure
Fixed make distcheck, see #1129
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fcf52698..21d98a08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-update-mimedb \ --disable-icon-update \ --enable-gtk-doc \ + --disable-self-check \ CFLAGS='-Wno-deprecated-declarations' ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |