aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDilyan Palauzov <Dilyan.Palauzov@aegee.org>2014-04-21 20:12:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-04-21 20:12:20 +0200
commit11ce2f218289b785501948ec7bfc1674dce59760 (patch)
tree83e505c2e7ac90365894ead9061f27cc43058741 /configure.ac
parent4b87029113cb7e1c0b7ce4865cef853b285f2a88 (diff)
configure: fix wrong comment
copy and paste error
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6083b9b0c..1467d69b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"