Skip to content

Commit c19864c

Browse files
committed
configure.ac: Removed checking for libcurl in brew on OS X
It does not exist in brew. Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent d93a1d9 commit c19864c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,6 @@ AC_ARG_WITH([libcurl],
620620

621621
if test "x$with_libcurl" != xno
622622
then
623-
AS_IF(
624-
[(test "x$with_libcurl" = xyes || test "x$with_libcurl" = xcheck) \
625-
&& test "x$have_brew" = "xyes" && test -d $(brew --prefix libcurl)/],
626-
[with_libcurl=$(brew --prefix libcurl)])
627623
CF3_WITH_LIBRARY(libcurl, [
628624
AC_CHECK_LIB(curl, curl_global_init,
629625
[],

0 commit comments

Comments
 (0)