Skip to content

Commit

Permalink
Add a warning message to configure when curl headers not found
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Nov 8, 2019
1 parent 8e2cd7b commit e413b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if test "$PHP_SCOUTAPM" != "no"; then
AC_DEFINE(HAVE_SCOUT_CURL,1,[Curl is present on the system])
],[
AC_DEFINE(HAVE_SCOUT_CURL,0,[Curl is present on the system])
AC_MSG_WARN([curl library headers were not found on the system, scoutapm will not instrument curl functions])
],[
$CURL_LIBS
])
Expand Down

0 comments on commit e413b59

Please sign in to comment.