changeset 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
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Feb 20 22:51:31 2013 -0500
+++ b/configure.ac	Thu Feb 21 00:02:53 2013 -0500
@@ -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"