## YCP module configure.in.in ## Initialize @YAST2-INIT-COMMON@ @YAST2-INIT-YCP@ @YAST2-INIT-PROGRAM@ # tools/displaytest needs /usr/include/X11/Xlib.h and /usr/lib/libX11.so -> xorg-x11-libX11-devel RPM yast_found_libX11=no AC_CHECK_HEADER(X11/Xlib.h,[yast_found_libX11=yes]) if [[ "$yast_found_libX11" = "no" ]] then AC_MSG_ERROR(Header file X11/Xlib.h missing. Usually the xorg-x11-libX11-devel RPM is missing.) fi ## some common checks @YAST2-CHECKS-COMMON@ @YAST2-CHECKS-YCP@ @YAST2-CHECKS-PROGRAM@ ## and generate the output... @YAST2-OUTPUT@