Skip to content

Commit

Permalink
Change the error message
Browse files Browse the repository at this point in the history
Forget about make install
  • Loading branch information
tbarbette committed Apr 23, 2024
1 parent 938109b commit d3028df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if test "$have_picoquic" = "yes"; then
AC_DEFINE([HAVE_QUIC],[1],[Have QUIC support])
AC_SUBST([HAVE_QUIC],[1])
else
echo "WARNING! Picoquic was not found! Did you 'make install' it?"
echo "WARNING! Picoquic was not found! Is it built in ../picoquic?"
fi
LIBS="$save_LIBS"

Expand Down

0 comments on commit d3028df

Please sign in to comment.