X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=config%2Flustre-build.m4;h=412abf860b84612a8d3c5bd4c6f0e3e08ad42149;hb=fc82aef82daa2cb9c43f83431174319f076c0aa7;hp=93a46932d5f9fafa9d35bf2aaec57c4717cc9153;hpb=64264dc424ca13d902bdad3066add5bf9b4e8cfc;p=fs%2Flustre-release.git diff --git a/config/lustre-build.m4 b/config/lustre-build.m4 index 93a4693..412abf8 100644 --- a/config/lustre-build.m4 +++ b/config/lustre-build.m4 @@ -452,7 +452,7 @@ AM_CONDITIONAL([DOC], [test x$ENABLE_DOC = x1]) AM_CONDITIONAL([MANPAGES], [test x$enable_manpages = xyes]) AM_CONDITIONAL([LINUX], [test x$lb_target_os = xlinux]) AM_CONDITIONAL([USE_QUILT], [test x$use_quilt = xyes]) -AM_CONDITIONAL([RHEL], [test -f /etc/redhat-release]) +AM_CONDITIONAL([RHEL], [test -f /etc/redhat-release -o -f /etc/openEuler-release]) AM_CONDITIONAL([SUSE], [test -f /etc/SUSE-brand -o -f /etc/SuSE-release]) AM_CONDITIONAL([UBUNTU], [test x$UBUNTU_KERNEL = xyes]) AM_CONDITIONAL([BUILD_LUTF], [test x$enable_lutf = xyes])