diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index 86a4f33c10df58f138a61745f7254ed1beaa776f..ab9733e3c15f77515e11a7e4540fd3efa4d6b959 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -10906,7 +10906,7 @@ mk_gsl() {
 
 mk_libproj() {
   resume_tracker && return 0
-  _configure_make_install libproj src/optional/proj-${LIBPROJVER}.tar.* proj-${LIBPROJVER} --disable-static
+  _configure_make_install libproj src/optional/proj-${LIBPROJVER}.tar.* proj-${LIBPROJVER} --disable-static --without-curl
 }
 
 mk_octave() {