index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Olivier Brunel <jjk@jjacky.com> | 2016-06-26 21:30:49 +0200 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-05-08 23:27:41 -0400 |
commit | 2e7162fe8785702ad409af9dad352a8bef24a65e (patch) | |
tree | 09a86fe1fb699a27c082b12748bce1d797ef248b | |
parent | cebb20762dc9b15815a72dec190f566e6928582b (diff) |
-rw-r--r-- | configure.ac | 4 |
diff --git a/configure.ac b/configure.ac index dd4ac041..03e96705 100644 --- a/configure.ac +++ b/configure.ac @@ -131,9 +131,9 @@ AC_ARG_WITH(gpgme, [], [with_gpgme=check]) # Help line for using libcurl -AC_ARG_WITH(curl, +AC_ARG_WITH(libcurl, AS_HELP_STRING([--with-libcurl], [use libcurl for the internal downloader]), - [], [with_curl=check]) + [], [with_libcurl=check]) # Help line for documentation AC_ARG_ENABLE(doc, |