Mercurial > hg > octave-nkf
diff configure.ac @ 16079:3a90c3f4046d
Fix typo in changeset dc39c1d84c5b
* configure.ac (CURLOPT_DIRLISTONLY): Delete extraneous closing bracket.
author | Mike Miller <mtmiller@ieee.org> |
---|---|
date | Thu, 21 Feb 2013 00:02:53 -0500 |
parents | 9439f3b5c5fa |
children | c53f8f706c55 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -872,7 +872,7 @@ ]) if test $octave_cv_header_define_curlopt_dirlistonly = yes; then AC_DEFINE(CURLOPT_DIRLISTONLY, CURLOPT_FTPLISTONLY, - [Define to the legacy option name if using an older version of cURL.])] + [Define to the legacy option name if using an older version of cURL.]) fi fi LIBS="$save_LIBS"