X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=78b5aa6776e2c91165125900dd4645352a09fdd8;hb=27ae9d65c838478f1c7e07ec52a6848600865bf1;hp=4259cda1c3d89ce8416e5d710301fe18ca3b4ff3;hpb=2813d2c1612ce09cf1b8fe8e70d3d122f6b11b69;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 4259cda1..78b5aa67 100644 --- a/configure.ac +++ b/configure.ac @@ -98,6 +98,11 @@ if test "$SED" = "no"; then AC_MSG_ERROR([The program "sed" is not available. This program is required to build Openbox.]) fi +AC_PATH_PROG([DIRNAME], [dirname], [no]) +if test "$DIRNAME" = "no"; then + AC_MSG_ERROR([The program "dirname" is not available. This program is required to build Openbox.]) +fi + PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.14.0]) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS)