## SCR agent configure.in.in ## initialize @YAST2-INIT-COMMON@ @YAST2-INIT-PROGRAM@ ## some common checks @YAST2-CHECKS-COMMON@ @YAST2-CHECKS-PROGRAM@ AC_LANG_PUSH(C++) yast_found_ldapcpplib=no AC_CHECK_HEADER(LDAPSchema.h,[yast_found_ldapcpplib=yes]) if [[ "$yast_found_ldapcpplib" = "no" ]]; then AC_MSG_ERROR(Headers for ldapcpp are missing. Please install the package libldapcpp-devel.) fi AC_LANG_POP(C++) ## and generate the output @YAST2-OUTPUT@