Skip to content

Commit

Permalink
improve configure message
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jan 18, 2025
1 parent a9c9148 commit 7755662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi

if [ $? -ne 0 ]
then
echo "No existing 'libmbedtls' >= 2.5 found"
echo "Existing 'libmbedtls' >= 2.5 not found"
echo "Detecting 'cmake'..."
which cmake
if [ $? -ne 0 ]
Expand Down Expand Up @@ -140,7 +140,7 @@ fi

if [ $? -ne 0 ]
then
echo "No existing 'libnng' >= 1.6 found"
echo "Existing 'libnng' >= 1.6 not found"
echo "Detecting 'cmake'..."
which cmake
if [ $? -ne 0 ]
Expand Down

0 comments on commit 7755662

Please sign in to comment.