cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 2e593cd48bd5e1f90fcbb54b83955752cd392466
parent eb01fde6007ea86b61227f690f8ee7ff0047bfeb
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 20 Sep 2020 14:25:42 -0400

config.sh: drop unused LIBSSL variable

Diffstat:
Mconfig.sh | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/config.sh b/config.sh @@ -5,7 +5,6 @@ AS=${AS:-as} CC=${CC:-cc} CFLAGS=${CFLAGS:-} LD=${LD:-ld} -LIBSSL= for arg do @@ -14,9 +13,6 @@ do --prefix=*) PREFIX=${arg#*=} ;; - --with-libssl=*) - LIBSSL=${arg#*=} - ;; esac done