@@ -424,9 +424,9 @@ echo " "
424424echo "ModSecurity - ${MSC_GIT_VERSION} for $PLATFORM"
425425echo " "
426426echo " Mandatory dependencies"
427- echo $ECHO_N " + libInjection ....$ECHO_C "
427+ echo -n " + libInjection ...."
428428echo LIBINJECTION_VERSION
429- echo $ECHO_N " + SecLang tests ....$ECHO_C "
429+ echo -n " + SecLang tests ...."
430430echo SECLANG_TEST_VERSION
431431
432432echo " "
@@ -439,7 +439,7 @@ if test "x$GEOIP_FOUND" = "x0" && test "x$MAXMIND_FOUND" = "x0"; then
439439 echo " + GeoIP/MaxMind ....not found"
440440fi
441441if test "x$GEOIP_FOUND" = "x1" || test "x$MAXMIND_FOUND" = "x1"; then
442- echo $ECHO_N " + GeoIP/MaxMind ....found "
442+ echo -n " + GeoIP/MaxMind ....found "
443443 echo ""
444444 if test "x$MAXMIND_FOUND" = "x1"; then
445445 echo " * (MaxMind) v${MAXMIND_VERSION}"
@@ -460,7 +460,7 @@ if test "x$CURL_FOUND" = "x0"; then
460460 echo " + LibCURL ....not found"
461461fi
462462if test "x$CURL_FOUND" = "x1"; then
463- echo $ECHO_N " + LibCURL ....found $ECHO_C "
463+ echo -n " + LibCURL ....found "
464464 if ! test "x$CURL_VERSION" = "x"; then
465465 echo "v${CURL_VERSION}"
466466 else
@@ -478,7 +478,7 @@ if test "x$YAJL_FOUND" = "x0"; then
478478 echo " + YAJL ....not found"
479479fi
480480if test "x$YAJL_FOUND" = "x1"; then
481- echo $ECHO_N " + YAJL ....found $ECHO_C "
481+ echo -n " + YAJL ....found "
482482 if ! test "x$YAJL_VERSION" = "x"; then
483483 echo "v${YAJL_VERSION}"
484484 else
@@ -496,7 +496,7 @@ if test "x$LMDB_FOUND" = "x0"; then
496496 echo " + LMDB ....not found"
497497fi
498498if test "x$LMDB_FOUND" = "x1"; then
499- echo $ECHO_N " + LMDB ....found $ECHO_C "
499+ echo -n " + LMDB ....found "
500500 if ! test "x$LMDB_VERSION" = "x"; then
501501 echo "v${LMDB_VERSION}"
502502 else
@@ -514,7 +514,7 @@ if test "x$LIBXML2_FOUND" = "x0"; then
514514 echo " + LibXML2 ....not found"
515515fi
516516if test "x$LIBXML2_FOUND" = "x1"; then
517- echo $ECHO_N " + LibXML2 ....found $ECHO_C "
517+ echo -n " + LibXML2 ....found "
518518 if ! test "x$LIBXML2_VERSION" = "x"; then
519519 echo "v${LIBXML2_VERSION}"
520520 else
@@ -532,7 +532,7 @@ if test "x$SSDEEP_FOUND" = "x0"; then
532532 echo " + SSDEEP ....not found"
533533fi
534534if test "x$SSDEEP_FOUND" = "x1"; then
535- echo $ECHO_N " + SSDEEP ....found $ECHO_C "
535+ echo -n " + SSDEEP ....found "
536536 if ! test "x$SSDEEP_VERSION" = "x"; then
537537 echo "v${SSDEEP_VERSION}"
538538 else
@@ -549,7 +549,7 @@ if test "x$LUA_FOUND" = "x0"; then
549549 echo " + LUA ....not found"
550550fi
551551if test "x$LUA_FOUND" = "x1"; then
552- echo $ECHO_N " + LUA ....found $ECHO_C "
552+ echo -n " + LUA ....found "
553553 if ! test "x$LUA_VERSION" = "x"; then
554554 echo "v${LUA_VERSION}"
555555 else
@@ -567,7 +567,7 @@ if test "x$PCRE2_FOUND" = "x0"; then
567567 echo " + PCRE2 ....not found"
568568fi
569569if test "x$PCRE2_FOUND" = "x1"; then
570- echo $ECHO_N " + PCRE2 ....found $ECHO_C "
570+ echo -n " + PCRE2 ....found "
571571 if ! test "x$PCRE2_VERSION" = "x"; then
572572 echo "v${PCRE2_VERSION}"
573573 else
0 commit comments