mit-krb5: fix a syntax error (omg)
This commit is contained in:
parent
6a4361513c
commit
fd732f3acb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ do_configure() {
|
|||
--with-system-ss --with-system-db --enable-shared --without-tcl \
|
||||
ac_cv_func_pthread_once=yes ac_cv_func_pthread_rwlock_init=yes \
|
||||
acx_pthread_ok=yes ac_cv_func_regcomp=yes ac_cv_printf_positional=yes \
|
||||
krb5_cv_attr_constructor_destructor=yes,yes"
|
||||
krb5_cv_attr_constructor_destructor=yes,yes
|
||||
}
|
||||
do_build() {
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue