oath-toolkit: enable PAM

Closes Homebrew/homebrew#14434.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mike Boers 2012-08-28 07:33:09 -07:00 committed by Adam Vandenberg
parent f652db1660
commit 1aa7a347b7

View file

@ -9,7 +9,7 @@ class OathToolkit < Formula
depends_on 'pkg-config' => :build
def install
system "./configure", "--prefix=#{prefix}", "--without-pam"
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
end