@@ -424,9 +424,9 @@ echo " "
424
424
echo "ModSecurity - ${MSC_GIT_VERSION} for $PLATFORM"
425
425
echo " "
426
426
echo " Mandatory dependencies"
427
- echo -n " + libInjection ...."
427
+ AS_ECHO_N ( " + libInjection ...." )
428
428
echo LIBINJECTION_VERSION
429
- echo -n " + SecLang tests ...."
429
+ AS_ECHO_N ( " + SecLang tests ...." )
430
430
echo SECLANG_TEST_VERSION
431
431
432
432
echo " "
@@ -439,7 +439,7 @@ if test "x$GEOIP_FOUND" = "x0" && test "x$MAXMIND_FOUND" = "x0"; then
439
439
echo " + GeoIP/MaxMind ....not found"
440
440
fi
441
441
if test "x$GEOIP_FOUND" = "x1" || test "x$MAXMIND_FOUND" = "x1"; then
442
- echo -n " + GeoIP/MaxMind ....found "
442
+ AS_ECHO_N ( " + GeoIP/MaxMind ....found " )
443
443
echo ""
444
444
if test "x$MAXMIND_FOUND" = "x1"; then
445
445
echo " * (MaxMind) v${MAXMIND_VERSION}"
@@ -460,7 +460,7 @@ if test "x$CURL_FOUND" = "x0"; then
460
460
echo " + LibCURL ....not found"
461
461
fi
462
462
if test "x$CURL_FOUND" = "x1"; then
463
- echo -n " + LibCURL ....found "
463
+ AS_ECHO_N ( " + LibCURL ....found " )
464
464
if ! test "x$CURL_VERSION" = "x"; then
465
465
echo "v${CURL_VERSION}"
466
466
else
@@ -478,7 +478,7 @@ if test "x$YAJL_FOUND" = "x0"; then
478
478
echo " + YAJL ....not found"
479
479
fi
480
480
if test "x$YAJL_FOUND" = "x1"; then
481
- echo -n " + YAJL ....found "
481
+ AS_ECHO_N ( " + YAJL ....found " )
482
482
if ! test "x$YAJL_VERSION" = "x"; then
483
483
echo "v${YAJL_VERSION}"
484
484
else
@@ -496,7 +496,7 @@ if test "x$LMDB_FOUND" = "x0"; then
496
496
echo " + LMDB ....not found"
497
497
fi
498
498
if test "x$LMDB_FOUND" = "x1"; then
499
- echo -n " + LMDB ....found "
499
+ AS_ECHO_N ( " + LMDB ....found " )
500
500
if ! test "x$LMDB_VERSION" = "x"; then
501
501
echo "v${LMDB_VERSION}"
502
502
else
@@ -514,7 +514,7 @@ if test "x$LIBXML2_FOUND" = "x0"; then
514
514
echo " + LibXML2 ....not found"
515
515
fi
516
516
if test "x$LIBXML2_FOUND" = "x1"; then
517
- echo -n " + LibXML2 ....found "
517
+ AS_ECHO_N ( " + LibXML2 ....found " )
518
518
if ! test "x$LIBXML2_VERSION" = "x"; then
519
519
echo "v${LIBXML2_VERSION}"
520
520
else
@@ -532,7 +532,7 @@ if test "x$SSDEEP_FOUND" = "x0"; then
532
532
echo " + SSDEEP ....not found"
533
533
fi
534
534
if test "x$SSDEEP_FOUND" = "x1"; then
535
- echo -n " + SSDEEP ....found "
535
+ AS_ECHO_N ( " + SSDEEP ....found " )
536
536
if ! test "x$SSDEEP_VERSION" = "x"; then
537
537
echo "v${SSDEEP_VERSION}"
538
538
else
@@ -549,7 +549,7 @@ if test "x$LUA_FOUND" = "x0"; then
549
549
echo " + LUA ....not found"
550
550
fi
551
551
if test "x$LUA_FOUND" = "x1"; then
552
- echo -n " + LUA ....found "
552
+ AS_ECHO_N ( " + LUA ....found " )
553
553
if ! test "x$LUA_VERSION" = "x"; then
554
554
echo "v${LUA_VERSION}"
555
555
else
@@ -567,7 +567,7 @@ if test "x$PCRE2_FOUND" = "x0"; then
567
567
echo " + PCRE2 ....not found"
568
568
fi
569
569
if test "x$PCRE2_FOUND" = "x1"; then
570
- echo -n " + PCRE2 ....found "
570
+ AS_ECHO_N ( " + PCRE2 ....found " )
571
571
if ! test "x$PCRE2_VERSION" = "x"; then
572
572
echo "v${PCRE2_VERSION}"
573
573
else
0 commit comments