Skip to content

Commit

Permalink
Added a check for gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Nov 15, 2015
1 parent e53aadd commit 72b460c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ AC_CONFIG_HEADERS([config.h])

# Checks for programs.
AC_PROG_CC
AC_CHECK_PROGS([GETTEXT], [gettext], "no")
if test "x$GETTEXT" = "xno"; then
AC_MSG_ERROR([axel requires gettext])
fi

# Checks for libraries.

Expand Down

0 comments on commit 72b460c

Please sign in to comment.