diff configure.ac @ 9880:7f77e5081e83

Add ftp objects
author David Bateman <dbateman@free.fr>
date Sat, 28 Nov 2009 11:44:57 +0100
parents 1d90fc211872
children 9ed5f64e3959
line wrap: on
line diff
--- a/configure.ac	Fri Nov 27 14:42:07 2009 +0100
+++ b/configure.ac	Sat Nov 28 11:44:57 2009 +0100
@@ -683,7 +683,7 @@
 save_LIBS="$LIBS"
 LIBS="$Z_LDFLAGS $Z_LIBS $LIBS"
 OCTAVE_CHECK_LIBRARY(curl, cURL,
-  [cURL library not found.  The urlread and urlwrite functions will be disabled.],
+  [cURL library not found.  The ftp objects, urlread and urlwrite functions will be disabled.],
   [curl/curl.h], [curl_easy_escape])
 LIBS="$save_LIBS"
 CPPFLAGS="$save_CPPFLAGS"