diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-18 15:49:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-18 15:49:41 +0000 |
| commit | f4e2fc32743309dae8663f9e47a4e2f4d941d1b5 (patch) | |
| tree | 74826d3c3d940b112eaee131b45dc3e763967777 /configure.ac | |
| parent | 104ccc5786ed0e039e95292f8c95b4c279f2c90b (diff) | |
guileize
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 10 |
1 files changed, 9 insertions, 1 deletions
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 |
