diff --git a/src/configure.in b/src/configure.in index bae90005f1f..a48cd6f90e0 100644 --- a/src/configure.in +++ b/src/configure.in @@ -872,6 +872,12 @@ fi # MANDB empty is handled in doc/Submakefile AC_PATH_PROG(MANDB, mandb, "") +AC_PATH_PROG(INTLTOOL_EXTRACT, intltool-extract, "none", $SPATH) +if test $INTLTOOL_EXTRACT = "none" +then + AC_MSG_ERROR([intltool-extract not found]) +fi + AC_ARG_WITH(rmmod, AS_HELP_STRING( [--with-rmmod=PATH],