comparison 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
comparison
equal deleted inserted replaced
9879:034677ab6865 9880:7f77e5081e83
681 save_CPPFLAGS="$CPPFLAGS" 681 save_CPPFLAGS="$CPPFLAGS"
682 CPPFLAGS="$Z_CPPFLAGS $CPPFLAGS" 682 CPPFLAGS="$Z_CPPFLAGS $CPPFLAGS"
683 save_LIBS="$LIBS" 683 save_LIBS="$LIBS"
684 LIBS="$Z_LDFLAGS $Z_LIBS $LIBS" 684 LIBS="$Z_LDFLAGS $Z_LIBS $LIBS"
685 OCTAVE_CHECK_LIBRARY(curl, cURL, 685 OCTAVE_CHECK_LIBRARY(curl, cURL,
686 [cURL library not found. The urlread and urlwrite functions will be disabled.], 686 [cURL library not found. The ftp objects, urlread and urlwrite functions will be disabled.],
687 [curl/curl.h], [curl_easy_escape]) 687 [curl/curl.h], [curl_easy_escape])
688 LIBS="$save_LIBS" 688 LIBS="$save_LIBS"
689 CPPFLAGS="$save_CPPFLAGS" 689 CPPFLAGS="$save_CPPFLAGS"
690 690
691 ### GraphicsMagick++ 691 ### GraphicsMagick++