## yast2-ncurses configure.in.in ## initialize @YAST2-INIT-COMMON@ @YAST2-INIT-PROGRAM@ ## some common checks @YAST2-CHECKS-COMMON@ @YAST2-CHECKS-PROGRAM@ ## SUSE ncurses do not need the wide include ## but other distros do, #201705 AC_CHECK_HEADER([ncursesw/curses.h], [CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"]) ## check for libyui includes AC_LANG_PUSH([C++]) AC_CHECK_HEADERS([YaST2/yui/YWidgetFactory.h], [], [AC_MSG_ERROR([libyui headers not found - install package yast2-libyui-devel!])]) AC_LANG_POP ## and generate the output @YAST2-OUTPUT@