X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=70b66445596f7068274c42787c223b52e4b80795;hb=9e0ae7ecee94a0cc467d90926428fdc84f9a0339;hp=8152ae63e1a8faa2bd0288abb52480d1ebf93edf;hpb=b86872620805bf5deb14aed27b2748f8c1955460;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 8152ae63..70b66445 100644 --- a/configure.ac +++ b/configure.ac @@ -185,6 +185,14 @@ CPPFLAGS=$OLDCPPFLAGS AC_SUBST([XFT_CFLAGS]) AC_SUBST([XFT_LIBS]) +dnl Check for Guile +GUILE_FLAGS +if ! test "$GUILE_CFLAGS" && ! test "$GUILE_LDFLAGS"; then + AC_MSG_ERROR([Openbox requires the Guile language to be installed. +See http://www.gnu.org/software/guile/ . +]) +fi + dnl Check for XShape extension support AC_CHECK_LIB([Xext], [XShapeCombineShape], AC_MSG_CHECKING([for X11/extensions/shape.h]) @@ -289,4 +297,4 @@ AC_MSG_RESULT([Building with '$CPPFLAGS' for C++ compiler flags.]) AC_MSG_RESULT([Building with '$LIBS' for linker flags.]) AC_MSG_RESULT AC_MSG_RESULT([configure complete, now type \"make\"]) -AC_MSG_RESULT \ No newline at end of file +AC_MSG_RESULT