Skip to content

Commit

Permalink
Check for podman since we'll be calling it.
Browse files Browse the repository at this point in the history
Patch by  Petr Pisar <ppisar@redhat.com>
  • Loading branch information
ckolivas committed Mar 24, 2011
1 parent 4aad281 commit 7b59e41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion configure.ac
Expand Up @@ -53,7 +53,12 @@ AC_PROG_LN_S
AC_SUBST(SHELL)
AC_SYS_LARGEFILE

AC_ARG_ENABLE(
AC_CHECK_PROG([HAVE_POD2MAN], [pod2man], [yes])
AS_IF([test "$HAVE_POD2MAN" != "yes"],
AC_MSG_FAILURE([pod2man is needed to generate manual from POD]))


AC_ARG_ENABLE(
asm,
[AC_HELP_STRING([--enable-asm],[Enable native Assembly code])],
ASM=$enableval,
Expand Down

0 comments on commit 7b59e41

Please sign in to comment.