diff options
Diffstat (limited to 'm4/libcurl.m4')
-rw-r--r-- | m4/libcurl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4 index a0d258dae..7d1dbd302 100644 --- a/m4/libcurl.m4 +++ b/m4/libcurl.m4 @@ -141,7 +141,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG], _libcurl_save_libs=$LIBS LIBS="$LIBCURL $LIBS" - AC_LINK_IFELSE([AC_LANG_PROGRAM([[include <curl/curl.h>]],[[ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <curl/curl.h>]],[[ /* Try and use a few common options to force a failure if we are missing symbols or cannot link. */ int x; |