X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=315046861c7d9dc04b1ba1d843c2e21241389fbf;hb=007f0917b848fc6dda0b1b40773bc09b3f5f5668;hp=37654211619dedf4a238e6a011d7f4baee7365bd;hpb=67bed35b7c1b1c9470aa8d0ba33974eabd66e089;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 37654211..31504686 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)