diff options
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 32b25ac6e..bd837e6a5 100755 --- a/configure.ac +++ b/configure.ac @@ -3551,7 +3551,7 @@ if test X"$want_quiche" != Xno; then CLEANCPPFLAGS="$CPPFLAGS" CLEANLIBS="$LIBS" - LIB_QUICHE="-l:libquiche.a -ldl -lpthread" + LIB_QUICHE="-lquiche -ldl -lpthread" CPP_QUICHE="-I$OPT_QUICHE/include" LD_QUICHE="-L$OPT_QUICHE/target/release" |