configure: fix wrong comment
authorDilyan Palauzov <Dilyan.Palauzov@aegee.org>
Mon, 21 Apr 2014 18:12:20 +0000 (20:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 21 Apr 2014 18:12:20 +0000 (20:12 +0200)
copy and paste error

configure.ac

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