﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2928	PIN-Entry 0.7.6 mistake in configure options	Stefan Morrell	Guy Dalziel	"Current SVN (20090729 )reads

{{{
./configure --prefix=/usr \
            --enable-pin-entry-curses        \
            --enable-fallback-curses         \
            --disable-pinentry-gtk           \
            --disable-pinentry-gtk2          \
            --disable-pinentry-qt            &&
make
}}}

Should be:


{{{
./configure --prefix=/usr \
            --enable-pinentry-curses         \
            --enable-fallback-curses         \
            --disable-pinentry-gtk           \
            --disable-pinentry-gtk2          \
            --disable-pinentry-qt            &&
make

}}}

(that's pinentry-curses, not pin-entry-curses)

"	defect	closed	normal		BOOK	SVN	high	fixed		
