Ports: Remove redundant ensure_new_config_sub call

This commit is contained in:
Fragstiller 2022-01-21 14:30:51 +03:00 committed by Ali Mohammad Pur
parent 673e81b90b
commit 07faa6f670

View file

@ -12,7 +12,6 @@ configopts=("--prefix=/usr/local" "--disable-utmp" "--disable-strip" "--sysconfd
export LDFLAGS="-lcrypt -lcore"
pre_configure() {
ensure_new_config_sub
run autoreconf
}