1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

configure: fix wrong comment

copy and paste error
This commit is contained in:
Dilyan Palauzov 2014-04-21 20:12:20 +02:00 committed by Daniel Stenberg
parent 4b87029113
commit 11ce2f2182

View File

@ -2762,7 +2762,7 @@ esac
curl_h2_msg="disabled (--with-nghttp2)" curl_h2_msg="disabled (--with-nghttp2)"
if test X"$OPT_H2" != Xno; then if test X"$OPT_H2" != Xno; then
dnl backup the pre-librtmp variables dnl backup the pre-nghttp2 variables
CLEANLDFLAGS="$LDFLAGS" CLEANLDFLAGS="$LDFLAGS"
CLEANCPPFLAGS="$CPPFLAGS" CLEANCPPFLAGS="$CPPFLAGS"
CLEANLIBS="$LIBS" CLEANLIBS="$LIBS"