]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
don't re-run the startup command on reconfigure
[chaz/openbox] / configure.ac
index 37654211619dedf4a238e6a011d7f4baee7365bd..315046861c7d9dc04b1ba1d843c2e21241389fbf 100644 (file)
@@ -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)
This page took 0.019434 seconds and 4 git commands to generate.