Skip to content

Commit

Permalink
m4: Remove stray AC_ARG_WITH from arc4random.m4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Jan 11, 2019
1 parent e771ffd commit b2dca7c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions m4/arc4random.m4
@@ -1,13 +1,3 @@
AC_ARG_WITH(
[libbsd],
AS_HELP_STRING(
[--with-libbsd],
[Use libbsd (default is no)]
),
[want_libbsd=yes],
[want_libbsd=no]
)

AC_DEFUN([DOVECOT_ARC4RANDOM], [
AC_ARG_WITH([libbsd], AS_HELP_STRING(
[--with-libbsd],
Expand Down

0 comments on commit b2dca7c

Please sign in to comment.