diff options
author | Dilyan Palauzov <Dilyan.Palauzov@aegee.org> | 2014-04-21 20:12:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-04-21 20:12:20 +0200 |
commit | 11ce2f218289b785501948ec7bfc1674dce59760 (patch) | |
tree | 83e505c2e7ac90365894ead9061f27cc43058741 | |
parent | 4b87029113cb7e1c0b7ce4865cef853b285f2a88 (diff) |
configure: fix wrong comment
copy and paste error
-rw-r--r-- | configure.ac | 2 |
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" |