Index: branches/eam_branches/ipp-20230313/ippconfig/configure.ac
===================================================================
--- branches/eam_branches/ipp-20230313/ippconfig/configure.ac	(revision 42409)
+++ branches/eam_branches/ipp-20230313/ippconfig/configure.ac	(revision 42759)
@@ -6,4 +6,7 @@
 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
 AM_MAINTAINER_MODE
+
+AM_CONDITIONAL([HAVE_GENTOO], [test -f /etc/gentoo-release])
+AM_CONDITIONAL([HAVE_LINUX], [test -f /etc/os-release])
 
 AC_PROG_INSTALL
