1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

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" export LDFLAGS="-lcrypt -lcore"
pre_configure() { pre_configure() {
ensure_new_config_sub
run autoreconf run autoreconf
} }